【发布时间】:2014-03-10 08:24:09
【问题描述】:
我在我的 Preferences.el 中使用这些行
(add-to-list 'load-path "~/Library/Enthought/Canopy_64bit/User/bin")
(require 'python-mode)
(setenv "PYTHONPATH" "~/Library/Enthought/Canopy_64bit/User/bin")
但是当我执行 C-c C-c 时,它仍然使用默认的 Apple Python(2.7.2 而不是 2.7.3 EPD)。 EPD 默认在终端中运行。谢谢,
【问题讨论】:
标签: python macos environment-variables