[Python-ideas] Migration of /usr/bin/python to python3
Skip Montanaro
skip.montanaro at gmail.com
Wed Mar 11 21:13:18 CET 2015
On Wed, Mar 11, 2015 at 3:10 PM, Ryan Gonzalez <rymg19 at gmail.com> wrote:
> What about using */usr/bin/env*? That wouldn't work; on my Linux system,
> */usr/bin/env* doesn't like any command like arguments.
Not sure what planet your Linux system is from, but I use
#!/usr/bin/env python
in all my scripts. It likes the argument ("python" in this case) just
fine...
Skip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20150311/bb1a70a7/attachment.html>
More information about the Python-ideas
mailing list