标签: python shell
我希望我的python程序自动运行终端命令'type':'array'。我该怎么办?
'type':'array'
我尝试做
source file.sh
在一行中
import os os.system("source file.sh") os.system("python2 script.py")
运行python程序
线
os.system("python2 script.py")
不起作用。
这是错误:
os.system("source file.sh")