summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoralexgmin <alexgmin@gmail.com>2024-06-22 19:02:37 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-07-03 16:30:34 +0200
commitc4d3434ea093aa75a49f8cc1bbf22536f0c24871 (patch)
tree57d0e05db8e994a9c91e673972c0bca6185120fb /docs
parentfb140420bd54cdd3bcc1e51442d631f233213989 (diff)
[5.1.x] Fixed #35511 -- Documented when the py binary is unavailable on Windows.
Backport of 2e47dde438d689199934bca0967152a3b0e8a95f from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/windows.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/howto/windows.txt b/docs/howto/windows.txt
index 0ab976f039..83aa8d0655 100644
--- a/docs/howto/windows.txt
+++ b/docs/howto/windows.txt
@@ -32,6 +32,14 @@ matches the version you installed by executing:
...\> py --version
+.. admonition:: ``py`` is not recognized or found
+
+ Depending on how you've installed Python (such as via the Microsoft Store),
+ ``py`` may not be available in the command prompt.
+
+ You will then need to use ``python`` instead of ``py`` when entering
+ commands.
+
.. seealso::
For more details, see :doc:`python:using/windows` documentation.