From 10da59905fe66262c9f80c27c2c7c002b26bcba0 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 3 Nov 2021 12:06:18 +0100 Subject: [PATCH 1/2] Docs: Using Windows: Demonstrate `py -0` This command is quite helpful and should not be hidden from users. --- Doc/using/windows.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 68ee09c565e21f..8122db69f9c42c 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 -0 + +You should see the currently installed versions of Python. + Virtual environments ^^^^^^^^^^^^^^^^^^^^ From ed0d1340343d998b6d902a8792128ef1ae5a5242 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 4 Nov 2021 21:36:54 +0100 Subject: [PATCH 2/2] py --list --- Doc/using/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 8122db69f9c42c..06393af32f0453 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -712,7 +712,7 @@ unless the option was selected on installation. :: - py -0 + py --list You should see the currently installed versions of Python.