[Python-checkins] Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383)

zooba webhook-mailer at python.org
Mon Apr 4 11:36:22 EDT 2022


https://github.com/python/cpython/commit/1ecfe3d5ae4ddec4e73a6cfc93fed6df43fe0be5
commit: 1ecfe3d5ae4ddec4e73a6cfc93fed6df43fe0be5
branch: main
author: Christian Clauss <cclauss at me.com>
committer: zooba <steve.dower at microsoft.com>
date: 2022-04-04T16:35:51+01:00
summary:

Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383)

files:
M Doc/using/windows.rst

diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 7e7be63d7da39..83eee281d4e5c 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
 ^^^^^^^^^^^^^^^^^^^^
 



More information about the Python-checkins mailing list