From b5dc549a4f6a6f4e69b5babec5b6a75bc7bb3670 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 23 Jan 2021 14:49:37 +0100 Subject: [PATCH] Explicitly use python3 as default Python interpreter --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index b6beb1e..ba1defd 100644 --- a/init.el +++ b/init.el @@ -2841,7 +2841,8 @@ With given ARG, display files in `db/important-document-path’." :ensure t) (use-package python - :init (setq python-indent-offset 2) + :init (setq python-indent-offset 2 + python-shell-interpreter "python3") :config (progn (add-hook 'python-mode-hook 'highlight-indentation-mode) (add-hook 'python-mode-hook