如何在 OS X 上的 Emacs 中设置 Python 解释器?
我有 emacs 和 python 在 OSX 上工作,但我想让 python 解释器在分割窗口中工作,这样我就可以在编码时查看输出。这可能吗?
谢谢
I have emacs and python working on OSX, but I'd like to get a python interpreter working in a split window so I can view output as I code. Is this possible?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在
python-mode
中,点击 C-c ! 或执行 M -xpy-shell
RET。应该使用默认值。While in
python-mode
, hit C-c ! or do an M-xpy-shell
RET. Should work with defaults.