
March 23, 2015
11:06 p.m.
On Mon, 23 Mar 2015 21:58:06 +0000 "Gregory P. Smith" <greg@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.