Cannot set Python path in Aquamacs OSX 10.8 -
i using these lines in preferences.el
(add-to-list 'load-path "~/library/enthought/canopy_64bit/user/bin") (require 'python-mode) (setenv "pythonpath" "~/library/enthought/canopy_64bit/user/bin")
but when c-c c-c, still picking default apple python(2.7.2 instead of 2.7.3 epd). epd running in terminal default. thanks,
use package. , add these lines preferences.el
(require 'exec-path-from-shell) (exec-path-from-shell-initialize)
Comments
Post a Comment