From 12081b5084225a48fc6fd0c76beeb5ce382e3080 Mon Sep 17 00:00:00 2001 From: tecosaur <20903656+tecosaur@users.noreply.github.com> Date: Tue, 21 Jan 2020 02:17:00 +0800 Subject: [PATCH] Make python = python3 --- config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.org b/config.org index 93149c3..3cbf83c 100644 --- a/config.org +++ b/config.org @@ -736,6 +736,11 @@ more languages. (R . t) (ledger . t))) #+END_SRC +We also need to tell it to use python3. Who uses python2 anymore anyway? And why +doesn't ~python~ refer to the latest version!? +#+BEGIN_SRC emacs-lisp +(setq org-babel-python-command "python3") +#+END_SRC *** ESS We don't want ~R~ evaluation to hang the editor, hence #+BEGIN_SRC emacs-lisp