]> granicus.if.org Git - python/commit
Issue #25154: Deprecate the pyvenv script.
authorBrett Cannon <brett@python.org>
Fri, 16 Oct 2015 22:14:27 +0000 (15:14 -0700)
committerBrett Cannon <brett@python.org>
Fri, 16 Oct 2015 22:14:27 +0000 (15:14 -0700)
commit9b63868f77c6782bba6b3ceed8e2058b471b6fd5
treec2609f7b873a77a790866dc3de6dd29b3a927801
parentc0d91aff9a3b91307b26e8b7c34dfbf27bbdd43a
Issue #25154: Deprecate the pyvenv script.

This was done so as to move users to `python3 -m venv` which prevents
confusion over which Python interpreter will be used in the virtual
environment when more than one is installed.
Doc/whatsnew/3.6.rst
Misc/NEWS
Tools/scripts/pyvenv