Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何让 emacs 24 在 Ubuntu 13.04 中使用 Python 3.3?
当我使用
sudo rm /usr/bin/python sudo ln -s /usr/bin/python3.3 /usr/bin/python
apt-get 更新遇到了麻烦(因为它显然依赖于 python 2.7)
如何为 emacs 更改此设置?
我也试过
(setq py-python-command "python3")正如SO所建议的那样,但这也不起作用。
(setq py-python-command "python3")