]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 4 Apr 2022 16:02:23 +0000 (09:02 -0700)
committerGitHub <noreply@github.com>
Mon, 4 Apr 2022 16:02:23 +0000 (09:02 -0700)
(cherry picked from commit 1ecfe3d5ae4ddec4e73a6cfc93fed6df43fe0be5)

Co-authored-by: Christian Clauss <cclauss@me.com>
Doc/using/windows.rst

index be21b55fe801f05f78d74c691869c0af5dbcea84..f5f33b917a4811e036faf21b2149956de2c5d123 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^^^^^^^