From 58fa46bd92e8e83330de33c0d70f5b633748df49 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcus-kammer@users.noreply.gitlab.com> Date: Fri, 2 Aug 2019 13:54:54 +0200 Subject: [PATCH] Set python interpreter for windows env --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 26d26fc2..f4c20592 100755 --- a/init.el +++ b/init.el @@ -153,6 +153,7 @@ There are two things you can do about this warning: (add-to-list 'default-frame-alist '(width . 80)))) (when (eq system-type 'windows-nt) + (setq python-shell-interpreter "python") ;; (setq-default line-spacing 5) (add-to-list 'load-path (expand-file-name "~/.emacs.d/__evo")) ;; (require 'evo-feeds)