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
Ian Kelly gmail.com> writes:
>
> I have a shell script for this:
>
Sure - there's a similar one at
https://gist.github.com/4591655
The main purpose of the script was to illustrate how to subclass
venv.EnvBuilder,
and I've added it as an example to the 3.3 and in-development documentation:
On Wed, Jan 30, 2013 at 1: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 Pyth
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