rawenkoye Posted September 4, 2013 Posted September 4, 2013 hidoes anyone knows the python path ? is it(/usr/bin/python)?because i try to install a python app and it keep asking me about it?
Krydos Posted September 4, 2013 Posted September 4, 2013 The version of python you get depends on which shebang line you use. Python 2.4 has to be the default version since cpanel requires it to be. If you need a version of python that isn't available feel free to request it. Since you didn't specify which server your account is located on here is the list of all python versions available on both servers. Stevie: #!/usr/bin/python Python 2.4.3 #!/usr/bin/python2.4 Python 2.4.3 #!/usr/local/bin/python2.7 Python 2.7.1 #!/usr/local/bin/python2.4 Python 2.4.6 #!/usr/local/bin/python3.2 Python 3.2rc3 Johnny: #!/usr/bin/python Python 2.4.3 #!/usr/bin/python2.4 Python 2.4.3 #!/usr/local/bin/python2.7 Python 2.7.4 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now