emacs 24.3.1选择了python版本 – 缺少变量?

我的Linux Mint上安装了不同的python版本(2.7和3).默认情况下,Emacs(至少在我的情况下)选择旧版本.

我怎样才能选择新的?

试图更改以下变量(如此建议:https://*.com/a/5952671/3459537或此处:https://*.com/a/2520486/3459537)不起作用,因为它不存在?! [不知道为什么……]

(setq python-python-command "python3")

与此相同(在这里找到:http://www.bnikolic.co.uk/blog/python-running-emacs.html):

(setq py-python-command "/usr/local/bin/python3")

有什么建议?
提前致谢.

解决方法:

假设一个使用普通的python.el:

只需自定义变量python-shell-interpreter到python3

上一篇:python – Emacs协作缓冲区以错误模式打开


下一篇:使用Emacs编译C#项目