Should I put the shebang in my Python scripts? In what form? #!/usr/bin/env python or #!/usr/local/bin/py
It seems to me like the files run the same without that line.