Jump to content

Recommended Posts

Posted (edited)

Which shebang are you using? They gave you 3 versions of python on Johnny.

/usr/bin/env python = 2.6.6 (too old for new modules)
/usr/bin/python = 2.6.6 (too old for new modules)
/usr/bin/python2.7 = 2.7.13
/usr/bin/python3.6 = 3.6.1

Edited by wolstech
3.6.1, not 2.6.1...
Posted

Which shebang are you using? They gave you 3 versions of python on Johnny.

 

/usr/bin/env python = 2.6.6 (too old for new modules)

/usr/bin/python = 2.6.6 (too old for new modules)

/usr/bin/python2.7 = 2.7.13

/usr/bin/python3.6 = 3.6.1

Latest version possible

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