rdm_brla Posted February 16, 2017 Posted February 16, 2017 Hello, I'm currently able to use Python v2.7.5 for CGI Scripts. But I instead need to use any 3.x version, from 3.1-thru-3.6(preferred). What version(s) are available on Tommy, and what is the correct Shebang line? Thanks!! Quote
Krydos Posted February 17, 2017 Posted February 17, 2017 What version(s) are available on Tommy, and what is the correct Shebang line?2.7.5 is the only version because no one has asked for anything else yet. But I instead need to use any 3.x version, from 3.1-thru-3.6(preferred).I installed python 3.6.0 for you, and it is available by using #!/usr/bin/python3.6 1 Quote
rdm_brla Posted February 17, 2017 Author Posted February 17, 2017 Wow!! That's fantastic! It actually WORKS, too! Thanks so much!! 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.