Jump to content

Recommended Posts

Posted

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

  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...