# coding=utf-8 //设置文本格式
import os //导入os方法
print('hello')
n=os.system('/home/csliyb/kjqy_xcy/bdse-tour-dp-2.1/bin/test.sh') //调用shell脚本
print '执行完毕'
python并发执行py文件 python并发执行shell
转载本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
pytest并发执行基于模块并发执行 pytest执行多个py文件
运行多条用例方式def inc(x): return x + 1def test_answer(): assert inc(4) == 5class TestDemo: def test_demo01(self): pass执行包下所有的用例:pytest/py.test [包名] 执行单独一个pytest模块:pytest 文件
pytest并发执行基于模块并发执行 python pytest 开发语言 Powered by 金山文档 -
python怎么执行py文件 python执行.py文件
在安装python环境后,通常可以利用IDE pyCharm来编译我们的python文件。创建一个python文件夹,用pyCharm打开文件夹,在文件夹中新建一个python文件demo.py
python怎么执行py文件 python解释器调用.py python Python 自动安装