📜  从 bash shell 调用 python - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:59.320000             🧑  作者: Mango

代码示例3
import subprocess
subprocess.call(["./shell.sh"])

# Make sure that "shell.sh" has "+x" permissions