Install AWS CLI with PIP in Terminal on Mac - DevPops-Inc/python GitHub Wiki
• Type pip install --upgrade --user awscli
and press the return key to install the AWS CLI with the PIP package manager .
•
• The AWS CLI will successfully install.
•
• Type aws --version
and press return key to sanity check the installation.
•
• The Terminal will display the AWS CLI version number.
•