mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
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.
This commit is contained in:
parent
c0d91aff9a
commit
9b63868f77
3 changed files with 16 additions and 1 deletions
|
|
@ -197,7 +197,10 @@ Deprecated functions and types of the C API
|
|||
Deprecated features
|
||||
-------------------
|
||||
|
||||
* None yet.
|
||||
* The ``pyvenv`` script has been deprecated in favour of ``python3 -m venv``.
|
||||
This prevents confusion as to what Python interpreter ``pyvenv`` is
|
||||
connected to and thus what Python interpreter will be used by the virtual
|
||||
environment. See :issue:`25154`.
|
||||
|
||||
|
||||
Removed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue