mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Demonstrate py --list
in the quickstart section of the Windows doc page (GH-29383)
(cherry picked from commit 1ecfe3d5ae
)
Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
parent
a331d0f627
commit
29ffac2d39
1 changed files with 6 additions and 0 deletions
|
@ -710,6 +710,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