mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Demonstrate py --list
in the quickstart section of the Windows doc page (GH-29383)
This commit is contained in:
parent
8a349eb30b
commit
1ecfe3d5ae
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue