diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index eea1e2f64a468d..548bde5889a535 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -944,6 +944,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 `? @@ -960,6 +965,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 @@ -1019,6 +1029,11 @@ default). Run ``py install --refresh`` to update the global shortcuts for newly installed packages. + * - + - 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" %*``