Skip to content
gabrielelanaro edited this page Jan 29, 2012 · 1 revision

Here's the best way to configure emacs-for-python to work with python3.

emacs-for-python comes with a lot of packages, not all of them support python3 but we can make them work at our best anyway.

To make python-mode work better with python3 you should add in your .emacs:

(setq python-shell-interpreter "ipython3")

Clone this wiki locally