Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created December 10, 2015 19:40
Show Gist options
  • Save mattdeboard/ebf9728d8361eb29cee0 to your computer and use it in GitHub Desktop.
Save mattdeboard/ebf9728d8361eb29cee0 to your computer and use it in GitHub Desktop.
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil . ())
(python-mode . ((python-environment-directory . "~/Envs")
(python-environment-virtualenv
'("virtualenv" "--system-site-packages" "--quiet" "--python" "/home/matt/Envs/api/bin/python"))
(jedi:environment-root . "api"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment