Skip to content
Snippets Groups Projects
Forked from FSL / fslpy
2794 commits behind the upstream repository.
.dir-locals.el 266 B
((python-mode . ((project-venv-name . "fslpy")))

 ; make our bodgy wx widgets installation work nicely with emacs
 (nil . ((eval . (setenv "PYTHONPATH" "/Users/paulmc/Projects/props"))))
 (nil . ((eval . (setenv "PYTHONHOME" "/Users/paulmc/.virtualenvs/fslpy")))))