python内打开another终端

import os
cmdline ='python publisher.py | python scheduler.py'
os.system(cmdline)

运行完上面的步骤,想要继续打开一个终端运行另一个python文件,怎么做呢?

阅读 5.2k
1 个回答
推荐问题