Re: [Distutils] A new script which creates Python 3.3 venvs with Distribute and pip installed in them

2013-01-31 Thread Nick Coghlan
On Thu, Jan 31, 2013 at 9:42 PM, Alex Clark wrote: > I think the short answer, as always, is: getting pip into the stdlib would > require a tremendous amount of work that some would have to want to do[1] > before it could happen. IIUC, the current direction is something like "get a > packaging sta

Re: [Distutils] A new script which creates Python 3.3 venvs with Distribute and pip installed in them

2013-01-31 Thread Alex Clark
On 2013-01-31 09:05:17 +, Philippe Ombredanne said: On Wed, Jan 30, 2013 at 9:09 PM, Vinay Sajip wrote: Python 3.3 includes a script, pyvenv, which is used to create virtual environments. However, Distribute and pip are not installed in such environments - because, though they are popular

Re: [Distutils] A new script which creates Python 3.3 venvs with Distribute and pip installed in them

2013-01-31 Thread Philippe Ombredanne
On Wed, Jan 30, 2013 at 9:09 PM, Vinay Sajip wrote: > Python 3.3 includes a script, pyvenv, which is used to create virtual > environments. > However, Distribute and pip are not installed in such environments - because, > though they are popular, they are third-party packages - not part of Python

[Distutils] A new script which creates Python 3.3 venvs with Distribute and pip installed in them

2013-01-30 Thread Vinay Sajip
Python 3.3 includes a script, pyvenv, which is used to create virtual environments. However, Distribute and pip are not installed in such environments - because, though they are popular, they are third-party packages - not part of Python. The Python 3.3 venv machinery allows customisation of vi