#!/usr/bin/env python vs. #!/usr/bin/python

Brian Vanderburg II BrianVanderburg2 at aim.com
Thu May 8 07:31:17 EDT 2008


This is sort of related, but I'm wondering what is different between 
"#!/usr/bin/env python" and "#!python".  Wouldn't the second do the same 
thing, since an absolute path is not specified, find 'python' from the 
PATH environment,  I don't really know.

Brian Vanderburg II



More information about the Python-list mailing list