获取之前在 python 中输入的命令
我在 macbook pro 上使用 IDLE 的 windows 中的 python 2.5。如何获取之前在 python shell 中输入的命令?在其他操作系统中,我设法使用“ctrl”+“向上箭头”或类似的组合来做到这一点。我已经尝试了所有可能的组合但没有成功。
谢谢。
I'm using python 2.5 in windows on a macbook pro with IDLE. How do I get previously typed commands in the python shell? In other operating systems I've managed to do this using 'ctrl' + 'up arrow' or a similar combination. I've tried all likely combinations without success.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我刚刚意识到我可以在“选项 -> ”中找到它配置IDLE->键 '
alt + p' 表示空闲。感谢您的建议 pfote - 我会看看。
I just realized that I can find this out in 'Options -> Configure IDLE -> Keys'
It's 'alt + p' for IDLE. Thanks for the suggestion pfote - I will take a look.
检查 Windows 上是否有可用的
ipython
..它提供行历史记录、制表符补全和许多其他不错的功能check if there is
ipython
available on windows .. that offers line history, tab completion and many other nice features