将参数传递给从Python调用的unix shell脚本

时间:2014-05-02 19:01:27

标签: python shell

我需要通过我的Linux shell脚本传递一个文件,该脚本是从Python调用的。

我尝试了以下命令,但它没有传递参数:

process = subprocess.Popen("sh split.sh PathtoActualInputFile=" + fileslocation,
                           shell=True)

0 个答案:

没有答案