mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -44,7 +44,7 @@ whichever version you want.
|
|||
To create a virtual environment, decide upon a directory where you want to
|
||||
place it, and run the :mod:`venv` module as a script with the directory path::
|
||||
|
||||
python3 -m venv tutorial-env
|
||||
python -m venv tutorial-env
|
||||
|
||||
This will create the ``tutorial-env`` directory if it doesn't exist,
|
||||
and also create directories inside it containing a copy of the Python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue