Skip to content

Instantly share code, notes, and snippets.

@crazyrohila
Created December 15, 2017 08:02
Show Gist options
  • Save crazyrohila/5a64d28ab8eab18e4f94ba19ed34c4c5 to your computer and use it in GitHub Desktop.
Save crazyrohila/5a64d28ab8eab18e4f94ba19ed34c4c5 to your computer and use it in GitHub Desktop.
aws cli in mac
#Install pip
`curl -O https://bootstrap.pypa.io/get-pip.py`
` python get-pip.py --user`
# Install cli
`pip install awscli --upgrade --user`
Read More: http://docs.aws.amazon.com/cli/latest/userguide/awscli-install-linux.html
# Add to path
Add following line to bash profile:
`export PATH=~/Library/Python/2.7/bin/:$PATH`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment