我正在尝试在 Doom Emacs 中启用 python 开发环境(我是新手);我安装了elpy;并尝试启动显示“找不到python但可以从Microsoft安装...”的shell。
然后我将它添加到我的 config.el 中:
(setq python-shell-interpreter "C:\\users\\username\\AppData\\Local\\Programs\\Python\\Python38-32")
又试了一次;在迷你缓冲区中显示:
Python shell interpreter 'C:\users\username\AppData\Local\Programs\Python\Python38-32' cannot be found. Please set 'python-shell-interpreter' to a valid python binary.
但这就是我的 python 二进制文件所在的位置。我在“执行路径”中添加了相同的路径;仍然无法在 eshell 中运行 python。