标签: python python-2.7 terminal pycharm command-line-arguments
我知道可以通过更改PyCharm Debugger或Run中的配置参数来运行命令行参数,但我想知道是否可以使用PyCharm终端获得相同的结果。
我尝试C:\...\python> where script.py检查计算机是否可以在尝试运行之前找到该文件,但它甚至无法找到该文件。
C:\...\python> where script.py
注意: script.py是脚本的示例名称,C:\...\python>是存储文件的项目目录。
script.py
C:\...\python>