Reputation: 451
I am trying to run scripts for python in MAC OS.
I was unable to run scripts that run Bash.sh scripts
, any one here have an idea about how can I run bash.sh
From python in Mac OS.
Thanks you for any help :)!
(This is the scripts:
Called: RunScript.sh, and I need to run it from Python Script.)
Upvotes: 0
Views: 3355
Reputation: 17500
Presumably you would use the subprocess module.
The questions become:
Upvotes: 1