Last active
February 24, 2020 21:46
-
-
Save navid-taheri/8b87b99704d516920efb618c45cf3179 to your computer and use it in GitHub Desktop.
How to install awscli on ubuntu 16.04
This file contains hidden or 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
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