
July 15, 2013
11:24 a.m.
On 14 July 2013 07:13, Nick Coghlan <ncoghlan@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