Install AWS CLI with PIP in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• Type pip install --upgrade --user awscli and press the return key to install the AWS CLI with the PIP package manager .
image

• The AWS CLI will successfully install.
image

• Type aws --version and press return key to sanity check the installation.
image

• The Terminal will display the AWS CLI version number.
image

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