Created
February 5, 2015 08:52
-
-
Save mosson/f2057ac6cdc02391a4e8 to your computer and use it in GitHub Desktop.
aws-cli osx
This file contains hidden or 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
$ brew install pyenv | |
$ echo 'eval "$(pyenv init -)"' >> ~/.bash_profile | |
$ source ~/.bash_profile | |
$ pyenv install 2.7.6 | |
$ pyenv global 2.7.6 | |
$ pyenv rehash | |
$ pip install awscli | |
$ aws ec2 describe-instances |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment