diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-04-04 15:58:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 15:58:44 (GMT) |
commit | 29ffac2d39f7e45834880e359e1bda9a4152f016 (patch) | |
tree | cf50951e70c427770558fdaaa88b2c2b4c5a32f8 /Doc | |
parent | a331d0f627406d621fa8ef1a1407f2c8a4cee4b5 (diff) | |
download | cpython-29ffac2d39f7e45834880e359e1bda9a4152f016.zip cpython-29ffac2d39f7e45834880e359e1bda9a4152f016.tar.gz cpython-29ffac2d39f7e45834880e359e1bda9a4152f016.tar.bz2 |
Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383)
(cherry picked from commit 1ecfe3d5ae4ddec4e73a6cfc93fed6df43fe0be5)
Co-authored-by: Christian Clauss <cclauss@me.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/using/windows.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index cad7f69..2c348af 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^ |