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 dstufft, larry, ncoghlan, ned.deily, vinay.sajip
Date 2013-11-22.14:15:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385129741.87.0.678738789629.issue19552@psf.upfronthosting.co.za>
In-reply-to
Content
Since ensurepip needs to manipulate sys.path, I ended up running the "-m ensurepip" using the venv Python in a subprocess. This both avoids side effects on the current process and gets ensurepip the right target directory settings automatically.
History
Date User Action Args
2013-11-22 14:15:41ncoghlansetrecipients: + ncoghlan, vinay.sajip, larry, ned.deily, dstufft
2013-11-22 14:15:41ncoghlansetmessageid: <1385129741.87.0.678738789629.issue19552@psf.upfronthosting.co.za>
2013-11-22 14:15:41ncoghlanlinkissue19552 messages
2013-11-22 14:15:41ncoghlancreate