[Fix] zsh: command not found: awscli [Mac Terminal]

If you try to run a awscli command on your Mac Terminal, you will get an error saying "zsh: command not found: awscli". That is because, the command is aws and not awscli.

Wrong Command: awscli
awscli --version

zsh: command not found: awscli

zsh- command not found- awscli
Correct Command: aws
% aws --version

aws-cli/2.13.22 Python/3.11.5 Darwin/23.0.0 source/arm64 prompt/off

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!