Lines Matching refs:interpreter
13 The Python interpreter is usually installed as :file:`/usr/local/bin/python3.10`
21 to the shell. [#]_ Since the choice of the directory where the interpreter lives
32 Windows) at the primary prompt causes the interpreter to exit with a zero exit
33 status. If that doesn't work, you can exit the interpreter by typing the
36 The interpreter's line-editing features include interactive editing, history
46 The interpreter operates somewhat like the Unix shell: when called with standard
51 A second way of starting the interpreter is ``python -c command [arg] ...``,
73 When known to the interpreter, the script name and additional arguments
82 *module* are not consumed by the Python interpreter's option processing but
91 When commands are read from a tty, the interpreter is said to be in *interactive
94 with the *secondary prompt*, by default three dots (``...``). The interpreter
161 .. [#] On Unix, the Python 3.x interpreter is by default not installed with the