标签: python shell
我需要通过我的Linux shell脚本传递一个文件,该脚本是从Python调用的。
我尝试了以下命令,但它没有传递参数:
process = subprocess.Popen("sh split.sh PathtoActualInputFile=" + fileslocation, shell=True)