Make python = python3

This commit is contained in:
tecosaur 2020-01-21 02:17:00 +08:00
parent bef5575252
commit 12081b5084
1 changed files with 5 additions and 0 deletions

View File

@ -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