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 dstufft
Recipients dstufft, gilgamezh, gracinet, mathieui, vinay.sajip, vstinner
Date 2015-09-15.12:55:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442321726.52.0.468360590213.issue24875@psf.upfronthosting.co.za>
In-reply-to
Content
You probably need to either pass --ignore-installed to pip when invoking it inside of venv, or you need to disable system_site_packages (internally to venv) until after pip is installed.
History
Date User Action Args
2015-09-15 12:55:26dstufftsetrecipients: + dstufft, vinay.sajip, vstinner, mathieui, gilgamezh, gracinet
2015-09-15 12:55:26dstufftsetmessageid: <1442321726.52.0.468360590213.issue24875@psf.upfronthosting.co.za>
2015-09-15 12:55:26dstufftlinkissue24875 messages
2015-09-15 12:55:26dstufftcreate