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 r.david.murray
Recipients GreenKey, emilyemorehouse, ncoghlan, r.david.murray
Date 2017-06-14.01:12:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497402775.57.0.145892325532.issue30628@psf.upfronthosting.co.za>
In-reply-to
Content
OK, so the key here is venv's dependency on a pip wheel.  That makes sense, but is certainly counterintuitive.  One would naively think that having a copy of PIP installed would make it easy to link that into the venv, but obviously it is a lot more complex than that, given pip's dependencies.  Thanks for the explanation.
History
Date User Action Args
2017-06-14 01:12:55r.david.murraysetrecipients: + r.david.murray, ncoghlan, GreenKey, emilyemorehouse
2017-06-14 01:12:55r.david.murraysetmessageid: <1497402775.57.0.145892325532.issue30628@psf.upfronthosting.co.za>
2017-06-14 01:12:55r.david.murraylinkissue30628 messages
2017-06-14 01:12:55r.david.murraycreate