Variable: org-babel-python-command

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

Value

"python"

Documentation

Name of the command for executing Python code.

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

Source Code

;; Defined in /usr/src/emacs/lisp/org/ob-python.el.gz
(defcustom org-babel-python-command "python"
  "Name of the command for executing Python code."
  :version "24.4"
  :package-version '(Org . "8.0")
  :group 'org-babel
  :type 'string)