call bash script in python code example Example: How to run bash script in python import subprocess print "start" subprocess.call("sleep.sh") print "end"