commit | 9b63868f77c6782bba6b3ceed8e2058b471b6fd5 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Oct 16 15:14:27 2015 -0700 |
committer | Brett Cannon <brett@python.org> | Fri Oct 16 15:14:27 2015 -0700 |
tree | c2609f7b873a77a790866dc3de6dd29b3a927801 | |
parent | c0d91aff9a3b91307b26e8b7c34dfbf27bbdd43a [diff] |
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.