From: Jules Lasne (jlasne) Date: Tue, 5 Nov 2019 13:51:48 +0000 (+0100) Subject: [3.8] Update interpreter.rst (GH-17059) (GH-17060) X-Git-Tag: v3.8.1rc1~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1eac437e8da106a626efffe9fce1cb47dbf5be35;p=thirdparty%2FPython%2Fcpython.git [3.8] Update interpreter.rst (GH-17059) (GH-17060) Fixed what seemed to be a weird phrasing. (cherry picked from commit 5e01a6542a1beb552a17e16b71dc0ba9fc6adcfb) Co-authored-by: Jules Lasne (jlasne) --- diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 320befdbb9d0..501fb6a78562 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -23,7 +23,7 @@ is an installation option, other places are possible; check with your local Python guru or system administrator. (E.g., :file:`/usr/local/python` is a popular alternative location.) -On Windows machines where you have installed from the :ref:`Microsoft Store +On Windows machines where you have installed Python from the :ref:`Microsoft Store `, the :file:`python3.8` command will be available. If you have the :ref:`py.exe launcher ` installed, you can use the :file:`py` command. See :ref:`setting-envvars` for other ways to launch Python.