summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-04-04 16:02:23 (GMT)
committerGitHub <noreply@github.com>2022-04-04 16:02:23 (GMT)
commita8f29b887e1d8212398508836bf6aaf81dc4f149 (patch)
tree38ac721e2c293cef0ecb4f91375ab52fa3e637aa
parent0d0a6f18a09d04244af3a09b50b65c3d0ca43fd2 (diff)
downloadcpython-a8f29b887e1d8212398508836bf6aaf81dc4f149.zip
cpython-a8f29b887e1d8212398508836bf6aaf81dc4f149.tar.gz
cpython-a8f29b887e1d8212398508836bf6aaf81dc4f149.tar.bz2
Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383)
(cherry picked from commit 1ecfe3d5ae4ddec4e73a6cfc93fed6df43fe0be5) Co-authored-by: Christian Clauss <cclauss@me.com>
-rw-r--r--Doc/using/windows.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index be21b55..f5f33b9 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -716,6 +716,12 @@ If you see the following error, you do not have the launcher installed:
Per-user installations of Python do not add the launcher to :envvar:`PATH`
unless the option was selected on installation.
+::
+
+ py --list
+
+You should see the currently installed versions of Python.
+
Virtual environments
^^^^^^^^^^^^^^^^^^^^