Jump to content

Recommended Posts

Posted

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!!

Posted

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
  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...