我的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