#!/usr/bin/env python vs. #!/usr/bin/python
Wojciech Walczak
wojtek.gminick.walczak at gmail.com
Tue May 6 06:55:55 EDT 2008
2008/5/6, Banibrata Dutta <banibrata.dutta at gmail.com>:
> > Use /usr/bin/env. If env is not in /usr/bin, put a link to it there.
>
> So why not put symlink to Python over there on all machines, if we can
> put one (or env itself) there ?
To avoid linking all the rest of interpreters like perl, ruby, lua and dozens
of others.
--
Regards,
Wojtek Walczak
http://www.stud.umk.pl/~wojtekwa/
More information about the Python-list
mailing list