Skip to content

Instantly share code, notes, and snippets.

@omerbn
Created February 6, 2019 17:10
Show Gist options
  • Save omerbn/57dc9b06d4ea8ed59b156f803c2a9dea to your computer and use it in GitHub Desktop.
Save omerbn/57dc9b06d4ea8ed59b156f803c2a9dea to your computer and use it in GitHub Desktop.
Installing AWS-CLI @ ubuntu 16.04
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