我是 emacs 新手,我正在尝试将 python3 设置为默认解释器。我已经从软件中心安装了 emacs 的 python 插件。
我可以运行一个 python3 文件pyexec-->execute file...-> python3 file
,以类似的方式,我可以运行一段代码pyexec-->execute region-> execute region python3
我想使用键盘快捷键执行 python3 文件和区域
特别是我需要一些东西来运行整个文件和一些东西来运行变亮的代码区域
答案1
设置py-shell-name
为python3
,例如使用
Meta+x customize-variable
Returnpy-shell-name