This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients larry, ncoghlan
Date 2013-11-11.10:46:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384166762.42.0.483253842263.issue19552@psf.upfronthosting.co.za>
In-reply-to
Content
Part of the PEP 453 implementation as tracked in issue 19347.

This issue covers the venv module and pyvenv CLI updates:

* Add a "with_pip=False" parameter to venv.EnvBuilder and venv.create

* When with_pip is a true value, invoke ensurepip.bootstrap with the root set to the just created venv and default_pip set to True

* update pyvenv to pass with_pip=True by default

* add a --without-pip option to pyvenv to pass with_pip=False instead
History
Date User Action Args
2013-11-11 10:46:02ncoghlansetrecipients: + ncoghlan, larry
2013-11-11 10:46:02ncoghlansetmessageid: <1384166762.42.0.483253842263.issue19552@psf.upfronthosting.co.za>
2013-11-11 10:46:02ncoghlanlinkissue19552 messages
2013-11-11 10:46:02ncoghlancreate