lachie07 Posted February 1, 2018 Posted February 1, 2018 When using the shebang #!/usr/local/bin/python2.7 it gives me an Internal 500 Error. This doesn't happen when using default python2.6. How can I fix this?
Krydos Posted February 1, 2018 Posted February 1, 2018 That's because /usr/local/bin/python2.7 doesn't exist. Use /usr/bin/python2.7.
lachie07 Posted February 1, 2018 Author Posted February 1, 2018 That's because /usr/local/bin/python2.7 doesn't exist. Use /usr/bin/python2.7. Then how come this link says to use #!/usr/local/bin/python2.7 ?
wolstech Posted February 1, 2018 Posted February 1, 2018 Because that topic is ancient and the server has been rebuilt twice since that was posted. That was information for the original Johnny, we're on our third round with Johnny now.
lachie07 Posted February 1, 2018 Author Posted February 1, 2018 Because that topic is ancient and the server has been rebuilt twice since that was posted. That was information for the original Johnny, we're on our third round with Johnny now. Ok well thanks for the info.
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