Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created January 9, 2017 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattdeboard/8f08012b698c0772213ebcd302df8ee0 to your computer and use it in GitHub Desktop.
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.
;;; 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