Skip to content

Commit

Permalink
[3.8] Update interpreter.rst (pythonGH-17059)
Browse files Browse the repository at this point in the history
Fixed what seemed to be a weird phrasing..
(cherry picked from commit 5e01a65)

Co-authored-by: Jules Lasne (jlasne) <jules.lasne@gmail.com>
  • Loading branch information
Seluj78 committed Nov 5, 2019
1 parent 0eb6fef commit fc88007
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Doc/tutorial/interpreter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ 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
<windows-store>`, the :file:`python3.8` command will be available. If you have
the :ref:`py.exe launcher <launcher>` installed, you can use the :file:`py`
command. See :ref:`setting-envvars` for other ways to launch Python.
On Windows machines where you have installed Python from the
:ref:`Microsoft Store <windows-store>`, the :file:`python3.8` command will be
available. If you have the :ref:`py.exe launcher <launcher>` installed, you can
use the :file:`py` command. See :ref:`setting-envvars` for other ways to launch
Python.

Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` on
Windows) at the primary prompt causes the interpreter to exit with a zero exit
Expand Down

0 comments on commit fc88007

Please sign in to comment.