From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:02:23 +0000 (-0700) Subject: Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383) X-Git-Tag: v3.9.13~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8f29b887e1d8212398508836bf6aaf81dc4f149;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 be21b55fe801..f5f33b917a48 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 ^^^^^^^^^^^^^^^^^^^^