当前位置:   article > 正文

python 运行cmd命令行_命令行中python a.py b.py

命令行中python a.py b.py

原意:在cmd命令行下运行命令 python a.py b.py,其中b.py是参数,并且需要使用python2,博主环境变量中的python是python36. 需要用上面的命令行代码批量测试某文件夹下的b.py,得到一群 b.cpp。
代码如下:
import os
os.chdir(r"F:\compiler\PLP\debug_plp\transpiler\test\test_cases")
path = r"F:\compiler\PLP\debug_plp\transpiler\test\test_cases"
files = os.listdir(path)
for file in files:
if file.endswith(".py"):
cmd = "C:\Python27\python.exe F:\compiler\PLP\debug_plp\transpiler\experiment\shedskin- 0.9.4\shedskin\shedskin_init_.py "+file
os.system(cmd)

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/423510
推荐阅读
相关标签
  

闽ICP备14008679号