[Tutor] /usr/bin/env problem

Neil Hodge hodge3@llnl.gov
Tue Jun 3 18:24:13 2003


All:

I have two python scripts in the same directory, with the same 
permissions, both with the standard line:

#!/usr/bin/env python

at the top.  One runs, one doesn't.  One bombs with the error:

/usr/bin/env: No such file or directory

In addition, running:

/usr/bin/env python

at the command line works fine.  Anyone else run into this?  Thanks.

Neil