Created
November 24, 2015 11:15
-
-
Save tonyonodi/508ea3cac6ff397d791e to your computer and use it in GitHub Desktop.
Get around El Capitan breaking gem install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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