Skip to content

Commit 29ffac2

Browse files
Demonstrate py --list in the quickstart section of the Windows doc page (GH-29383)
(cherry picked from commit 1ecfe3d) Co-authored-by: Christian Clauss <[email protected]>
1 parent a331d0f commit 29ffac2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/using/windows.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,12 @@ If you see the following error, you do not have the launcher installed:
710710
Per-user installations of Python do not add the launcher to :envvar:`PATH`
711711
unless the option was selected on installation.
712712

713+
::
714+
715+
py --list
716+
717+
You should see the currently installed versions of Python.
718+
713719
Virtual environments
714720
^^^^^^^^^^^^^^^^^^^^
715721

0 commit comments

Comments
 (0)