我正在开发一个python脚本,它将参数传递给位于Docker容器中的shell脚本。到目前为止,我已经成功地通过request模块将简单的参数传递给了我的shell脚本。然而,我遇到了一个障碍。 我的工具的目的是触发一个dna组装程序,该程序有许多可选的参数,可以由用户调整。requests.exceptions.RequestException as e: # This is the correct syntax
raise SystemExit(e) 在shell
我在Python中有以下脚本:import subprocesstop.geometry( "800x600" )
#print "Below is the output from the shell script in terminal脚本(即secho.sh )有一些简单的命令(如ls )时,程序通常会输出,如下所示。(我无法提升这里的图像