[Distutils] Call for PEP author/champion: Bundling pip with CPython installers

Paul Moore p.f.moore at gmail.com
Mon Jul 15 13:24:10 CEST 2013


On 14 July 2013 07:13, Nick Coghlan <ncoghlan at gmail.com> wrote:

> * ensuring that pip is automatically available in virtual environments
> created with pyvenv
>

Is the proposal here for pyvenv to download pip or to install a locally
stored copy? Using a locally stored copy is what virtualenv does, and I'd
prefer it to avoid issues where the user's PC has no internet access (as
well as avoiding the need to worry about secure downloads and bundling
certs, which was why virtualenv took this route).

Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130715/0e044787/attachment.html>


More information about the Distutils-SIG mailing list