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? Quote
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 Quote
rawenkoye Posted September 5, 2013 Author Posted September 5, 2013 thanks you really helped me.... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.