Created
December 10, 2015 19:40
-
-
Save mattdeboard/ebf9728d8361eb29cee0 to your computer and use it in GitHub Desktop.
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") | |
((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