我正在尝试为 python 开发配置 emacs。我已经从 melpa - python-mode ipython 安装了以下软件包。
我想进行交互式开发,在一帧中打开代码文件,在另一帧中打开 python shell,并且能够在 shell 中重新加载我的代码文件中的更改。
根据文章 - http://pedrokroger.net/2010/07/configuring-emacs-as-a-python-ide-2/,我应该能够使用 Cc 将我的代码加载到 shell 中!或 Mx python-shell。然而,在执行这其中任何一个都没有发生!
我没有手动下载 python-mode.el,而是从 repos 安装了包,这会造成问题吗?
我会很感激帮助解决这个问题