aws command not found code example
Example 1: zsh: command not found: aws
export PATH=~/.local/bin:$PATH
Example 2: aws terminal in mac
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
unzip awscli-bundle.zip
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws