From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 4 Apr 2022 15:58:44 +0000 (-0700) Subject: Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383) X-Git-Tag: v3.10.5~205 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29ffac2d39f7e45834880e359e1bda9a4152f016;p=thirdparty%2FPython%2Fcpython.git Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383) (cherry picked from commit 1ecfe3d5ae4ddec4e73a6cfc93fed6df43fe0be5) Co-authored-by: Christian Clauss --- diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index cad7f69806d0..2c348aff12a6 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 ^^^^^^^^^^^^^^^^^^^^