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 Arfrever, dstufft, ncoghlan
Date 2014-09-08.09:50:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410169854.88.0.220033736164.issue20417@psf.upfronthosting.co.za>
In-reply-to
Content
As Donald notes, this was explicitly covered in the PEP: the onus is on the distros to make ensurepip and pyvenv work in a way that complies with their debundling requirements (e.g. by using rewheel, or redirecting to the system installer).

The "--without-ensurepip" flag is there to disable running it at install time. Fully removing the ensurepip module is not a supported configuration - if a distro wants to do that, they're going to have to carry a patch.
History
Date User Action Args
2014-09-08 09:50:54ncoghlansetrecipients: + ncoghlan, Arfrever, dstufft
2014-09-08 09:50:54ncoghlansetmessageid: <1410169854.88.0.220033736164.issue20417@psf.upfronthosting.co.za>
2014-09-08 09:50:54ncoghlanlinkissue20417 messages
2014-09-08 09:50:54ncoghlancreate