Skip to content

Commit 1ecfe3d

Browse files
authored
Demonstrate py --list in the quickstart section of the Windows doc page (GH-29383)
1 parent 8a349eb commit 1ecfe3d

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

717+
::
718+
719+
py --list
720+
721+
You should see the currently installed versions of Python.
722+
717723
Virtual environments
718724
^^^^^^^^^^^^^^^^^^^^
719725

0 commit comments

Comments
 (0)