Python3 shebang line not working as expected
问题 I'm having the below issue running a Python script in a Solaris environment. It appears I have done something incorrect on the shebang line, but I can't tell if this is a Python 3 issue or a command line issue. But I suspect it's related to the shebang line somehow since when I explicitly run the Python interpreter on the command line there is no problem. The path /opt/python3.3.2/bin/python3.3 is the location where my sysadmin chose to put Python, I don't know of this location is problematic