mirror of
https://github.com/django/django.git
synced 2024-12-22 09:05:43 +00:00
Fixed #35511 -- Documented when the py binary is unavailable on Windows.
This commit is contained in:
parent
aa74c4083e
commit
2e47dde438
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user