Resolve Bash Command Not Found Error in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• The following resolution is for if you receive command not found error when running a Bash script.
image

• Type chmod +x < script name > and press the return key to grant execution permissions to the script.
image

• Press the up arrow a couple times to recall the script run command and press the return key to run the script. There won’t be errors this time around.
image

⚠️ **GitHub.com Fallback** ⚠️