Пробовал в emacs 24.4.1 из дистрибутива и 25.3 из исходников. Дистрибутив Debian Jessie. В .emacs:
(require 'python-mode)
(setq python-shell-interpreter "python3")
(setq py-shell-name "/usr/bin/python3")
(setq py-python-command "python3")
Пробовал в emacs 24.4.1 из дистрибутива и 25.3 из исходников. Дистрибутив Debian Jessie. В .emacs:
(require 'python-mode)
(setq python-shell-interpreter "python3")
(setq py-shell-name "/usr/bin/python3")
(setq py-python-command "python3")