Nick Coghlan added the comment:

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)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19347>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to