We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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")