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? Quote
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. Quote
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 ? Quote
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. Quote
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. 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.