From 29ffac2d39f7e45834880e359e1bda9a4152f016 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 4 Apr 2022 08:58:44 -0700 Subject: [PATCH] Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383) (cherry picked from commit 1ecfe3d5ae4ddec4e73a6cfc93fed6df43fe0be5) Co-authored-by: Christian Clauss --- Doc/using/windows.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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 ^^^^^^^^^^^^^^^^^^^^ -- 2.47.3