I've installed the AWS CLI following Install the AWS CLI version 1 on macOS Using pip.
pip install awscli --upgrade --user
However, when I attempt to run AWS CLI commands, I get the following error.
$ aws --version
-bash: aws: command not found
I've confirmed that the AWS CLI is installed.
$ pip list
Package Version
-------------------- ---------
awscli 1.16.279
Why is the aws
command not found even though I've successfully installed it?