Skip to content

Instantly share code, notes, and snippets.

@eelstork
Last active August 25, 2017 03:17
Show Gist options
  • Save eelstork/34e149f6dbc6216f099ba1a45616e030 to your computer and use it in GitHub Desktop.
Save eelstork/34e149f6dbc6216f099ba1a45616e030 to your computer and use it in GitHub Desktop.
Install the AWS cli
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