将emacs python解释器更改为Anaconda

时间:2016-01-05 07:00:17

标签: python windows emacs interpreter anaconda

要更改默认的emacs python解释器,我尝试将我的.emacs文件更改为类似(setq python-shell-interpreter "c:/Users/me/Anaconda3/python.exe")的内容。

不幸的是,当我现在运行python代码时,解释器就像没有发生任何事情一样。我应该怎么做? 图片以防您不知道我在说什么:
http://i.imgur.com/CIhu6lN.png
http://i.imgur.com/O8GSEbm.png
http://i.imgur.com/52EYOc1.png

编辑:我设法让Anaconda解释器运行,但是当使用matplotlib时,图表不会弹出。

0 个答案:

没有答案