diff options
-rw-r--r-- | Doc/using/windows.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index be21b55..f5f33b9 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 ^^^^^^^^^^^^^^^^^^^^ |