Skip to content

Instantly share code, notes, and snippets.

@tonyonodi
Created November 24, 2015 11:15
Show Gist options
  • Save tonyonodi/508ea3cac6ff397d791e to your computer and use it in GitHub Desktop.
Save tonyonodi/508ea3cac6ff397d791e to your computer and use it in GitHub Desktop.
Get around El Capitan breaking gem install
El Capitan breaks gem install as per http://stackoverflow.com/questions/30812777/cannot-install-cocoa-pods-after-uninstalling-results-in-error/30851030#30851030
Use:
sudo gem install -n /usr/local/bin gem-name
instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment