diff options
| author | alexgmin <alexgmin@gmail.com> | 2024-06-22 19:02:37 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-07-03 16:28:17 +0200 |
| commit | 2e47dde438d689199934bca0967152a3b0e8a95f (patch) | |
| tree | f1b4041c0a64e545f136873e100ddc0e2ab3aa13 /docs/howto | |
| parent | aa74c4083e047473ac385753e047e075e8f04890 (diff) | |
Fixed #35511 -- Documented when the py binary is unavailable on Windows.
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/windows.txt | 8 |
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. |
