Re: PEP 405 vs 370

2012-05-27 Thread Damjan Georgievski
http://www.python.org/dev/peps/pep-0405/ I don't get what PEP 405 (Python Virtual Environments) brings vs what we already had in PEP 370 since Python 2.6. Obviously 405 has a tool to create virtual environments, but that's trivial for PEP 370 [1], and has support for isolation from the system-wi

Re: PEP 405 vs 370

2012-05-25 Thread Christian Heimes
Am 25.05.2012 21:45, schrieb Damjan Georgievski: > http://www.python.org/dev/peps/pep-0405/ > > I don't get what PEP 405 (Python Virtual Environments) brings vs what we > already had in PEP 370 since Python 2.6. My PEP 370 is about installing additional packages as an unprivileged user and for th

Re: PEP 405 vs 370

2012-05-25 Thread Ian Kelly
On Fri, May 25, 2012 at 1:45 PM, Damjan Georgievski wrote: > http://www.python.org/dev/peps/pep-0405/ > > I don't get what PEP 405 (Python Virtual Environments) brings vs what we > already had in PEP 370 since Python 2.6. > > Obviously 405 has a tool to create virtual environments, but that's triv