Skip to content

Instantly share code, notes, and snippets.

@p-s-dev
Created May 23, 2017 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p-s-dev/c7791c44744e4e048e8a286e8e24a279 to your computer and use it in GitHub Desktop.
Save p-s-dev/c7791c44744e4e048e8a286e8e24a279 to your computer and use it in GitHub Desktop.
install aws cli
#!/bin/bash
curl -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py --user
pip install awscli --upgrade --user
aws configure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment