Skip to content

Commit a8f29b8

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 0d0a6f1 commit a8f29b8

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
@@ -716,6 +716,12 @@ If you see the following error, you do not have the launcher installed:
716716
Per-user installations of Python do not add the launcher to :envvar:`PATH`
717717
unless the option was selected on installation.
718718

719+
::
720+
721+
py --list
722+
723+
You should see the currently installed versions of Python.
724+
719725
Virtual environments
720726
^^^^^^^^^^^^^^^^^^^^
721727

0 commit comments

Comments
 (0)