mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
gh-102354: change python3 to python in docs examples (#102696)
This commit is contained in:
parent
1ff81c0cb6
commit
80abd62647
5 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Creation of :ref:`virtual environments <venv-def>` is done by executing the
|
||||
command ``venv``::
|
||||
|
||||
python3 -m venv /path/to/new/virtual/environment
|
||||
python -m venv /path/to/new/virtual/environment
|
||||
|
||||
Running this command creates the target directory (creating any parent
|
||||
directories that don't exist already) and places a ``pyvenv.cfg`` file in it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue