Jump to content

[Answered] Python Path ?


rawenkoye

Recommended Posts

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...