使用Python commands.getstatusoutput
执行Shell 命令
,比如执行sh test.sh
,通过ps -ef
确认sh test.sh
已经执行结束,但是commands.getstatusoutput
却一直迟迟不退出,Ctrl + C
后得到 Traceback 如下:
File "upgrade_client.py", line 456, in call_setup_script
status, output = commands.getstatusoutput(command.format(setup=setup))
File "/usr/lib/python2.7/commands.py", line 60, in getstatusoutput
text = pipe.read()
得知程序卡在了 pipe.read(),求教这是什么原因?多谢!
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.