How can I run my currently edited file in a PyCharm console in a way that I can type into the command line afterwards?(如何在 PyCharm 控制台中运行我当前编辑的文件,然后我可以在命令行中键入?)
问题描述
我想要这个,这样我就可以在重复运行后保留命令行历史记录,并将控制台中的行粘贴到测试等中.就像在 IDLE 中一样.
I want this so I can retain the command line history after repeated runs, and to paste lines from the console into tests etc. Exactly like in IDLE.
[我意识到这个问题基本上是 Running a module from thepycharm 控制台.但是那里的问题没有得到令人满意的回答(对我来说),而且我缺乏声誉并不允许我在那里发表评论,因为我刚刚注册.]
[I realize this question is basically a duplicate of Running a module from the pycharm console. But the question there is not answered satisfyingly (for me), and my lack of reputation does not let me comment there, since I just signed up.]
推荐答案
选择代码片段或整个文件,然后使用上下文菜单中的在控制台中执行选择.
Select the code fragment or the entire file, then use Execute Selection in Console from the context menu.
这篇关于如何在 PyCharm 控制台中运行我当前编辑的文件,然后我可以在命令行中键入?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 PyCharm 控制台中运行我当前编辑的文件,


- 我如何卸载 PyTorch? 2022-01-01
- CTR 中的 AES 如何用于 Python 和 PyCrypto? 2022-01-01
- YouTube API v3 返回截断的观看记录 2022-01-01
- 使用公司代理使Python3.x Slack(松弛客户端) 2022-01-01
- 检查具有纬度和经度的地理点是否在 shapefile 中 2022-01-01
- 计算测试数量的Python单元测试 2022-01-01
- 使用 Cython 将 Python 链接到共享库 2022-01-01
- 如何使用PYSPARK从Spark获得批次行 2022-01-01
- 我如何透明地重定向一个Python导入? 2022-01-01
- ";find_element_by_name(';name';)";和&QOOT;FIND_ELEMENT(BY NAME,';NAME';)";之间有什么区别? 2022-01-01