Last active
August 25, 2017 03:17
-
-
Save eelstork/34e149f6dbc6216f099ba1a45616e030 to your computer and use it in GitHub Desktop.
Install the AWS cli
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
set -ex | |
apt-get update | |
apt-get install -y python3-pip | |
pip3 install —upgrade pip | |
pip3 install awscli --upgrade --user | |
echo "export PATH=~/.local/bin:\$PATH" >> ~/.bashrc | |
aws —version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment