January 2019
Intermediate to advanced
490 pages
15h 37m
English
We can use pip or pip3 to install AWS CLI.
You use pip or pip3 to install AWS CLI as:
pip install awscli --upgrade --user
Pip is a Python package management tool that can be installed along with Python. You may replace pip with pip3 if you have installed pip3. The --upgrade option upgrades any installed requirements. The --user option installs the program to a sub-directory of your user directory to avoid modifying libraries used by operating system.
Read now
Unlock full access