Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Doc/using/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,11 @@ default).
The operating system includes this entry once by default, after other
user paths. If removed, shortcuts will not be found.

* -
- If you are sure your :envvar:`PATH` variable works right, reopen the
terminal you're using. Perhaps :envvar:`PATH` was modified when the terminal
was still running, and the terminal has not got it updated.

* - ``py`` gives me a "command not found" error when I type it in my terminal.
- Did you :ref:`install the Python install manager <pymanager>`?

Expand All @@ -828,6 +833,11 @@ default).
The operating system includes this entry once by default, after other
user paths. If removed, shortcuts will not be found.

* -
- If you are sure your :envvar:`PATH` variable works right, reopen the
terminal you're using. Perhaps :envvar:`PATH` was modified when the terminal
was still running, and the terminal has not got it updated.

* - ``py`` gives me a "can't open file" error when I type commands in my
terminal.
- This usually means you have the legacy launcher installed and
Expand Down Expand Up @@ -877,6 +887,11 @@ default).
These scripts are separated for each runtime, and so you may need to
add multiple paths.

* -
- If you are sure your :envvar:`PATH` variable works right, reopen the
terminal you're using. Perhaps :envvar:`PATH` was modified when the terminal
was still running, and the terminal has not got it updated.

* - Typing ``script-name.py`` in the terminal opens in a new window.
- This is a known limitation of the operating system. Either specify ``py``
before the script name, create a batch file containing ``@py "%~dpn0.py" %*``
Expand Down
Loading