[Python-Dev] #! magic (was PEP: per user site-packages directory)

Oleg Broytmann phd at phd.pp.ru
Sun Jan 20 18:12:38 CET 2008


On Sun, Jan 20, 2008 at 06:00:31PM +0100, Christian Heimes wrote:
> #!/usr/bin/env python -E -s

   On most Unicies #! magic may have only one parameter after the program;
the program here is env, the parameter is python, and that's all. Adding
python options will result in different errors - some platforms silently
ignores the options, some reports an error, some tries to find "python -E -s"
in the PATH and report "Bad command or file name".

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.


More information about the Python-Dev mailing list