[Python-Dev] Use ptyhon -s as default shbang for system python executables/daemons

Antoine Pitrou solipsis at pitrou.net
Mon Mar 23 23:06:57 CET 2015


On Mon, 23 Mar 2015 21:58:06 +0000
"Gregory P. Smith" <greg at krypto.org> wrote:
> 
> virtualenv is an amazing hack that I promote to most anyone for their own
> applications use with the occasional known caveats (solvable by regurly
> rebuilding your virtualenvs)...  But I wouldn't want to see it used for the
> core OS itself even though it sounds better at first glance.

pyvenv is not a hack, it mostly creates a couple symlinks and adds a
pip install into the environment.

Regards

Antoine.




More information about the Python-Dev mailing list