Skip to content

Instantly share code, notes, and snippets.

@cdemers
Last active October 30, 2017 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdemers/28cdb1bce6d70728d4212dcdcac4ea7b to your computer and use it in GitHub Desktop.
Save cdemers/28cdb1bce6d70728d4212dcdcac4ea7b to your computer and use it in GitHub Desktop.
Installing awscli on Mac OS X El Capitan (System Integrity Protection workaround)
#!/bin/sh
# OSX El Capitan _System Integrity Protection_ workaround
sudo -H pip install awscli --ignore-installed six
# With OSX, it's likely you will need to upgrade pip eventually
sudo -H pip install --upgrade pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment