From e196ce62e69836d2b40f422673ca0296229aadbb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr>
Date: Sat, 14 Nov 2020 16:42:28 +0100
Subject: [PATCH] Set python3 as default for org babel python

---
 configuration.org | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/configuration.org b/configuration.org
index af7a644..9a98ceb 100644
--- a/configuration.org
+++ b/configuration.org
@@ -654,6 +654,13 @@ Some of my configuration entries where borrowed from other people, see
    #+end_src
 
 
+   Use =python3=
+
+#+begin_src emacs-lisp
+(setq org-babel-python-command "python3")
+#+end_src
+
+
 
 * Completion setup
 
-- 
GitLab