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

Yves Dorfsman yves at zioup.com
Thu May 1 21:36:34 EDT 2008


On UNIX, some people use
#!/usr/bin/env python

While other use
#!/usr/bin/python

Why is one preferred over the other one ?

Thanks.

-- 
Yves.
http://www.SollerS.ca



More information about the Python-list mailing list