Adriano Ferreira wrote: > Many Python scripts I see start with the shebang line > > #!/usr/bin/env python > > What is the difference from using just > > #!python
$ more test.py #!python print "hello" $ chmod +x test.py $ ./test.py -bash: ./test.py: python: bad interpreter: No such file or directory </F> -- http://mail.python.org/mailman/listinfo/python-list