steabert / molpy

Molcas wavefunction assistent
GNU General Public License v2.0
12 stars 5 forks source link

Shebang line #3

Closed Jellby closed 8 years ago

Jellby commented 8 years ago

The shebang line in penny is

#!/usr/bin/python

this doesn't work in my system, because python by default is v. 2.7 (it won't work either if python is installed in /bin/python or /usr/local/bin/python). I suggest:

#!/usr/bin/env python3

see here: http://stackoverflow.com/questions/6908143/should-i-put-shebang-in-python-scripts-and-what-form-should-it-take