Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #37968 > unrolled thread
| Started by | Vinay Sajip <vinay_sajip@yahoo.co.uk> |
|---|---|
| First post | 2013-01-30 22:18 +0000 |
| Last post | 2013-01-30 22:18 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Vinay Sajip <vinay_sajip@yahoo.co.uk> |
|---|---|
| Date | 2013-01-30 22:18 +0000 |
| Subject | Re: A new script which creates Python 3.3 venvs with Distribute and pip installed in them |
| Message-ID | <mailman.1234.1359584342.2939.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web