Skip to content

Instantly share code, notes, and snippets.

@yoimbert
Last active August 29, 2015 14:22
Show Gist options
  • Save yoimbert/ce36ca8f170f7788abf6 to your computer and use it in GitHub Desktop.
Save yoimbert/ce36ca8f170f7788abf6 to your computer and use it in GitHub Desktop.
PIP install
Install PIP
download file :
wget https://bootstrap.pypa.io/get-pip.py
install pip
python get-pip.py
install AWS
pip install awscli
Set aws credential
mkdir .aws
touch config
aws credential > config
It's working ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment