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


Groups > comp.lang.python > #37968 > unrolled thread

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

Started byVinay Sajip <vinay_sajip@yahoo.co.uk>
First post2013-01-30 22:18 +0000
Last post2013-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.


Contents

  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

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

FromVinay Sajip <vinay_sajip@yahoo.co.uk>
Date2013-01-30 22:18 +0000
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web