更新 Emacs 22.2.1 中的 Python 版本
我最近安装了 Python 3.1,但 Emacs 仍然使用 2.6.5。我使用的是 Emacs 版本 22.2.1。我不确定要编辑哪些文件才能使 Emacs 默认使用 Python 3.1!
我正在使用 python-mode.el 和 pyemacs,如果这有帮助的话......
最好, 乔治娜
I've recently install Python 3.1, but Emacs still uses 2.6.5. I'm using Emacs version 22.2.1. I'm not sure which files to edit in order to make Emacs use Python 3.1 by default!
I'm using python-mode.el and pyemacs, if that helps...
Best,
Georgina
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
请参阅之前的讨论
Emacs 你的 .emacs 文件,应该执行以下操作:
See a previous discussion on this
In your .emacs file, following should do:
我所要做的就是添加
到我的 .emacs 文件中。
All I had to do was add
To my .emacs file.
如果您想“全局”更改 python 模式中使用的 Python 版本,实际上需要更改许多不同的变量。请尝试以下操作:
There are actually a number of different variables that need to be changed if you want to "globally" change the version of Python that is being used in python-mode. Try the following: