I know I can get Python to ignore PYTHONPATH if I start it with the -E flag.
But how do I get a script installed by pip to have this flag?
I tried both the "scripts" and the "console_scripts" section of the code and pip strips the -E if I put it on the #! line.
subprocessor another system module. I'd rather have the command "just work" than have to tell them to clean their PYTHONPATH. Life is short.PYTHONPATHwas set is what I would do. If people need those paths they should add asomemodule.pthfile in their site-packages.