Message200950
Check PEP 453 again: http://www.python.org/dev/peps/pep-0453/#changes-to-virtual-environments
Rather than only changing pyvenv, the API in the PEP is to add "with_pip" parameters to the venv module API, so that anyone building pyvenv style tools on top of venv can easily request installation of pip by passing "with_pip=True". The change to pyvenv is then to just add the --without-pip flag (since the default is inverted for the two interfaces - library API is opt-in for backwards compatibility, tool CLI is opt-out) |
|
Date |
User |
Action |
Args |
2013-10-22 13:41:51 | ncoghlan | set | recipients:
+ ncoghlan, loewis, vinay.sajip, ned.deily, dstufft |
2013-10-22 13:41:51 | ncoghlan | set | messageid: <1382449311.41.0.705897907061.issue19347@psf.upfronthosting.co.za> |
2013-10-22 13:41:51 | ncoghlan | link | issue19347 messages |
2013-10-22 13:41:51 | ncoghlan | create | |
|