From: Christian Clauss Date: Mon, 4 Apr 2022 15:35:51 +0000 (+0200) Subject: Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383) X-Git-Tag: v3.11.0a7~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ecfe3d5ae4ddec4e73a6cfc93fed6df43fe0be5;p=thirdparty%2FPython%2Fcpython.git Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383) --- diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 7e7be63d7da3..83eee281d4e5 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -714,6 +714,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 ^^^^^^^^^^^^^^^^^^^^