[issue19347] PEP 453 implementation tracking issue

Nick Coghlan report at bugs.python.org
Tue Oct 22 15:41:51 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19347>
_______________________________________


More information about the Python-bugs-list mailing list