gh-102354: change python3 to python in docs examples (#102696)

This commit is contained in:
Paul Watson 2023-03-14 13:40:12 -05:00 committed by GitHub
parent 1ff81c0cb6
commit 80abd62647
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -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