Variable: python-shell-interpreter-args

python-shell-interpreter-args is a customizable variable defined in python.el.gz.

Value

"-i"

Documentation

Default arguments for the Python interpreter.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-shell-interpreter-args "-i"
  "Default arguments for the Python interpreter."
  :type 'string
  :group 'python)