我正在运行一个 Python 程序,我想将输出通过管道传输到文件。所以在python中这个命令是
"python myfile.py > output.txt"
我在 Eclipse 中通过 pydev 运行程序,如何将参数“ > output.txt
”传递给 Eclipse 中的运行配置?似乎没有这个选项:
当我如上所述尝试时,我收到错误:
C:\Python27\python.exe: can't open file 'output.txt': [Errno 2] No such file or directory