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!!
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
rdm_brla Posted February 17, 2017 Author Posted February 17, 2017 Wow!! That's fantastic! It actually WORKS, too! Thanks so much!!
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