Skip to content

Instantly share code, notes, and snippets.

@mosson
Created February 5, 2015 08:52
Show Gist options
  • Save mosson/f2057ac6cdc02391a4e8 to your computer and use it in GitHub Desktop.
Save mosson/f2057ac6cdc02391a4e8 to your computer and use it in GitHub Desktop.
aws-cli osx
$ 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