On Mon, Jun 05, 2017 at 09:59:35PM +1200, Greg Ewing
<[email protected]> wrote:
> Stephan Houben wrote:
> >What about just adding the -I (isolated mode) flag to the #! line of
> >installed scripts?
>
> Not all unix systems support passing extra arguments on a #! line.
In case of #!/usr/bin/env - yes. In case of #!/usr/bin/python -
combined one-letter arguments can be passed.
> --
> Greg
Oleg.
--
Oleg Broytman http://phdru.name/ [email protected]
Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
Python-ideas mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/