Can’t execute shell script from python subprocess: permission denied

Check your run.sh mode, if no executable flag, set it with command

chmod +x run.sh

Leave a Comment