summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2022-04-04 15:35:51 (GMT)
committerGitHub <noreply@github.com>2022-04-04 15:35:51 (GMT)
commit1ecfe3d5ae4ddec4e73a6cfc93fed6df43fe0be5 (patch)
treed6abbebb8349a1b88aff3ea025e71afc2671c157 /Doc/using
parent8a349eb30b54bab9a7146fc10e3379c3cacaa19e (diff)
downloadcpython-1ecfe3d5ae4ddec4e73a6cfc93fed6df43fe0be5.zip
cpython-1ecfe3d5ae4ddec4e73a6cfc93fed6df43fe0be5.tar.gz
cpython-1ecfe3d5ae4ddec4e73a6cfc93fed6df43fe0be5.tar.bz2
Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383)
Diffstat (limited to 'Doc/using')
-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 7e7be63..83eee28 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -714,6 +714,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
^^^^^^^^^^^^^^^^^^^^