]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383)
authorChristian Clauss <cclauss@me.com>
Mon, 4 Apr 2022 15:35:51 +0000 (17:35 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Apr 2022 15:35:51 +0000 (16:35 +0100)
Doc/using/windows.rst

index 7e7be63d7da39816f62b75a078c2c1ba3777236e..83eee281d4e5c829921199a9827cb679a2be2d1a 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^^^^^^^