Skip to content

Instantly share code, notes, and snippets.

@navid-taheri
Last active February 24, 2020 21:46
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navid-taheri/8b87b99704d516920efb618c45cf3179 to your computer and use it in GitHub Desktop.
Save navid-taheri/8b87b99704d516920efb618c45cf3179 to your computer and use it in GitHub Desktop.
How to install awscli on ubuntu 16.04
docker run -it ubuntu:16.04
apt-get -y update
apt-get -y upgrade
apt-get install -y python3-pip
pip3 install awscli
aws --version
aws-cli/1.14.48 Python/3.5.2 Linux/4.13.0-36-generic botocore/1.9.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment