From 6a8c5c808524bf9ef1e733b3d858d4b01d684063 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 18 Jan 2023 18:53:53 -0800 Subject: ref(python): use ipython as the interpreter Change-Id: I034fa42542277ce41aabcfd03e2086da80dd97dd --- emacs/custom/my-lang-python.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/custom/my-lang-python.el b/emacs/custom/my-lang-python.el index 04f3d00..10c1cd9 100644 --- a/emacs/custom/my-lang-python.el +++ b/emacs/custom/my-lang-python.el @@ -7,6 +7,7 @@ (require 'python) +(setq python-interpreter "ipython3") (setq python-shell-interpreter "python3") (setq python-shell-interpreter-args "-i") -- cgit 1.4.1