1
0
mirror of https://github.com/django/django.git synced 2025-03-12 10:22:37 +00:00

[5.1.x] Fixed #35511 -- Documented when the py binary is unavailable on Windows.

Backport of 2e47dde438d689199934bca0967152a3b0e8a95f from main.
This commit is contained in:
alexgmin 2024-06-22 19:02:37 +02:00 committed by Sarah Boyce
parent fb140420bd
commit c4d3434ea0

View File

@ -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.