Answers for "how to use python to run bash command in terminal"

3

how to execute bash commands in python script

import subprocess
subprocess.call(["sudo", "apt", "update"])
Posted by: Guest on November-17-2019

Code answers related to "how to use python to run bash command in terminal"

Python Answers by Framework

Browse Popular Code Answers by Language