diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-04-04 16:02:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 16:02:23 (GMT) |
commit | a8f29b887e1d8212398508836bf6aaf81dc4f149 (patch) | |
tree | 38ac721e2c293cef0ecb4f91375ab52fa3e637aa | |
parent | 0d0a6f18a09d04244af3a09b50b65c3d0ca43fd2 (diff) | |
download | cpython-a8f29b887e1d8212398508836bf6aaf81dc4f149.zip cpython-a8f29b887e1d8212398508836bf6aaf81dc4f149.tar.gz cpython-a8f29b887e1d8212398508836bf6aaf81dc4f149.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>
-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 be21b55..f5f33b9 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -716,6 +716,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 ^^^^^^^^^^^^^^^^^^^^ |