Variable: org-babel-python-command

org-babel-python-command is a customizable variable defined in ob-python.el.gz.

Value

auto

Documentation

Command (including arguments) for interactive and non-interactive Python code.

When not auto, it overrides org-babel-python-command-session and org-babel-python-command-nonsession.

This variable was added, or its default value changed, in Org version
9.7.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ob-python.el.gz
(defcustom org-babel-python-command 'auto
  "Command (including arguments) for interactive and non-interactive Python code.
When not `auto', it overrides `org-babel-python-command-session'
and `org-babel-python-command-nonsession'."
  :package-version '(Org . "9.7")
  :group 'org-babel
  :type '(choice string (const auto)))