Last active
August 29, 2015 14:19
-
-
Save juliensimon/050948f43d42894ccc41 to your computer and use it in GitHub Desktop.
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
% wget https://github.com/aws/aws-cli/archive/develop.zip | |
% unzip develop.zip | |
% cd aws-cli-develop | |
% sudo python setup.py install | |
% aws configure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment