@@ -10,21 +10,21 @@ Using the Python Interpreter
1010Invoking the Interpreter
1111========================
1212
13- The Python interpreter is usually installed as :file: `/usr/local/bin/python3.10 `
13+ The Python interpreter is usually installed as :file: `/usr/local/bin/python3.11 `
1414on those machines where it is available; putting :file: `/usr/local/bin ` in your
1515Unix shell's search path makes it possible to start it by typing the command:
1616
1717.. code-block :: text
1818
19- python3.10
19+ python3.11
2020
2121 to the shell. [# ]_ Since the choice of the directory where the interpreter lives
2222is an installation option, other places are possible; check with your local
2323Python guru or system administrator. (E.g., :file: `/usr/local/python ` is a
2424popular alternative location.)
2525
2626On Windows machines where you have installed Python from the :ref: `Microsoft Store
27- <windows-store>`, the :file: `python3.10 ` command will be available. If you have
27+ <windows-store>`, the :file: `python3.11 ` command will be available. If you have
2828the :ref: `py.exe launcher <launcher >` installed, you can use the :file: `py `
2929command. See :ref: `setting-envvars ` for other ways to launch Python.
3030
@@ -97,9 +97,9 @@ before printing the first prompt:
9797
9898.. code-block :: shell-session
9999
100- $ python3.10
101- Python 3.10 (default, June 4 2019 , 09:25:04)
102- [GCC 4.8.2 ] on linux
100+ $ python3.11
101+ Python 3.11 (default, April 4 2021 , 09:25:04)
102+ [GCC 10.2.0 ] on linux
103103 Type "help", "copyright", "credits" or "license" for more information.
104104 >>>
105105
0 commit comments