Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #37968

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

From Vinay Sajip <vinay_sajip@yahoo.co.uk>
Subject Re: A new script which creates Python 3.3 venvs with Distribute and pip installed in them
Date 2013-01-30 22:18 +0000
References <1359576541.17079.YahooMailNeo@web171404.mail.ir2.yahoo.com> <CALwzidmS9PvmN7EWT5Bd82V6OziqB=C5-MP57o-q92m=jRgGHg@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1234.1359584342.2939.python-list@python.org> (permalink)

Show all headers | View raw


Ian Kelly <ian.g.kelly <at> 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:

http://docs.python.org/3/library/venv.html#an-example-of-extending-envbuilder

Doing it in Python means that it runs cross-platform, offers a few benefits
such as command line help, or the option to install Distribute but not pip.

Regards,

Vinay Sajip

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: A new script which creates Python 3.3 venvs with Distribute and	pip installed in them Vinay Sajip <vinay_sajip@yahoo.co.uk> - 2013-01-30 22:18 +0000

csiph-web