Created
February 6, 2019 17:10
-
-
Save omerbn/57dc9b06d4ea8ed59b156f803c2a9dea to your computer and use it in GitHub Desktop.
Installing AWS-CLI @ ubuntu 16.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install awscli | |
sudo apt-get install python3 | |
sudo apt-get install pip3 | |
python3 -m pip install --upgrade | |
sudo -H pip3 install awscli --upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment