Prefer Python 3 for interactive shell.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 22 Oct 2017 03:06:32 +0300
changeset 1543 438174f1f3f5
parent 1542 29783921b4f7
child 1544 2e84ca7e2578
Prefer Python 3 for interactive shell.
.emacs-my
--- a/.emacs-my	Sat Oct 21 18:27:41 2017 +0300
+++ b/.emacs-my	Sun Oct 22 03:06:32 2017 +0300
@@ -2960,6 +2960,8 @@
 (eval-when 'compile
   (require 'python))
 
+(setq python-shell-interpreter "python3")
+
 (setq python-indent-offset 4)
 
 (defvar my-python/eldoc-setup-code