From edef08c977b91cecacb88fcc0c33ebe937b916c4 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 16 Aug 2016 18:02:12 -0700 Subject: [PATCH] Add PYTHONPATH to exec-path-from-shell --- dotfiles/emacs.d/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index a795fb2a..d9265b46 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1115,6 +1115,7 @@ Sets environment variables by starting a shell (setq exec-path-from-shell-check-startup-files nil) (add-to-list 'exec-path-from-shell-variables "GOPATH") (add-to-list 'exec-path-from-shell-variables "ENVIRONMENT_SETUP_DONE") + (add-to-list 'exec-path-from-shell-variables "PYTHONPATH") (exec-path-from-shell-initialize))) #+END_SRC *** paradox