Variable: python-shell-interpreter-args
python-shell-interpreter-args is a customizable variable defined in
python.el.gz.
Value
"-i"
Documentation
Arguments for the Python interpreter for interactive use.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-shell-interpreter-args "-i"
"Arguments for the Python interpreter for interactive use."
:type 'string)