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 vinay.sajip
Recipients dstufft, gilgamezh, gracinet, mathieui, vinay.sajip, vstinner
Date 2015-09-15.06:46:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442299573.85.0.637133279243.issue24875@psf.upfronthosting.co.za>
In-reply-to
Content
I don't believe this is a pyvenv bug: pyvenv invokes

bin/python -Im ensurepip --upgrade --default-pip -v

which then terminates with

Requirement already up-to-date: pip in /usr/lib/python3.4/site-packages

as you can see from the console output. So the problem appears to be with ensurepip - all the pyvenv script does is to invoke ensurepip.

Adding dstufft to nosy.
History
Date User Action Args
2015-09-15 06:46:13vinay.sajipsetrecipients: + vinay.sajip, vstinner, mathieui, dstufft, gilgamezh, gracinet
2015-09-15 06:46:13vinay.sajipsetmessageid: <1442299573.85.0.637133279243.issue24875@psf.upfronthosting.co.za>
2015-09-15 06:46:13vinay.sajiplinkissue24875 messages
2015-09-15 06:46:13vinay.sajipcreate