Created
January 9, 2017 22:25
-
-
Save mattdeboard/8f08012b698c0772213ebcd302df8ee0 to your computer and use it in GitHub Desktop.
This is the right variable to override for jedi in emacs to make Jedi understand where the darn virtualenv lives.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; Directory Local Variables | |
;;; For more information see (info "(emacs) Directory Variables") | |
((python-mode | |
(python-shell-virtualenv-path . "/Users/mdeboard/Envs/sumo"))) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment