We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8456d1 commit a41dbecCopy full SHA for a41dbec
Misc/python.man
@@ -657,6 +657,10 @@ can be set to the callable of your debugger of choice.
657
.IP PYTHON_COLORS
658
If this variable is set to 1, the interpreter will colorize various kinds of
659
output. Setting it to 0 deactivates this behavior.
660
+.IP PYTHON_BASIC_REPL
661
+If this variable is set to any value, the interpreter will not attempt to
662
+load the Python-based REPL that requires curses and readline, and will instead
663
+use the traditional parser-based REPL.
664
.IP PYTHON_HISTORY
665
This environment variable can be used to set the location of a history file
666
(on Unix, it is \fI~/.python_history\fP by default).
0 commit comments