diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 2dc0441bd47..460862578b6 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2930,6 +2930,7 @@ virtualenv related vars." | |||
| 2930 | (let* ((virtualenv (when python-shell-virtualenv-root | 2930 | (let* ((virtualenv (when python-shell-virtualenv-root |
| 2931 | (directory-file-name python-shell-virtualenv-root))) | 2931 | (directory-file-name python-shell-virtualenv-root))) |
| 2932 | (res python-shell-process-environment)) | 2932 | (res python-shell-process-environment)) |
| 2933 | (push "PYTHON_BASIC_REPL=1" res) | ||
| 2933 | (when python-shell-unbuffered | 2934 | (when python-shell-unbuffered |
| 2934 | (push "PYTHONUNBUFFERED=1" res)) | 2935 | (push "PYTHONUNBUFFERED=1" res)) |
| 2935 | (when python-shell-extra-pythonpaths | 2936 | (when python-shell-extra-pythonpaths |