Message 200945 - Python tracker

Message200945

Author vinay.sajip
Recipients dstufft, loewis, ncoghlan, ned.deily, vinay.sajip
Date 2013-10-22.13:25:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382448317.37.0.321163150812.issue19347@psf.upfronthosting.co.za>
In-reply-to
Content
venv shouldn't need any changes. The pyvenvex.py [1] script I posted to distutils-sig installs setuptools and pip into venvs, and it can be used to update pyvenv (where AFAICT changes are only required to change where the pip to be installed comes from).

[1] https://gist.github.com/vsajip/4673395
History
Date User Action Args
2013-10-22 13:25:17vinay.sajipsetrecipients: + vinay.sajip, loewis, ncoghlan, ned.deily, dstufft
2013-10-22 13:25:17vinay.sajipsetmessageid: <1382448317.37.0.321163150812.issue19347@psf.upfronthosting.co.za>
2013-10-22 13:25:17vinay.sajiplinkissue19347 messages
2013-10-22 13:25:17vinay.sajipcreate