Variable: org-babel-python-command-nonsession
org-babel-python-command-nonsession is a customizable variable defined
in ob-python.el.gz.
Value
"python"
Documentation
Command (including arguments) for executing non-interactive Python code.
If org-babel-python-command is set, then it overrides this option.
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-nonsession "python"
"Command (including arguments) for executing non-interactive Python code.
If `org-babel-python-command' is set, then it overrides this option."
:package-version '(Org . "9.7")
:group 'org-babel
:type 'string)