Skip to content

Instantly share code, notes, and snippets.

@delpinoconsulting
Created October 13, 2017 19:42
Show Gist options
  • Save delpinoconsulting/4667135841ffb07795062a3a5baf82d3 to your computer and use it in GitHub Desktop.
Save delpinoconsulting/4667135841ffb07795062a3a5baf82d3 to your computer and use it in GitHub Desktop.
Installing AWSCLI on MacOSX
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
unzip awscli-bundle.zip
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment