Last active
September 30, 2015 21:28
-
-
Save troyxmccall/38c5dcc805c54adb03d4 to your computer and use it in GitHub Desktop.
El Capitan Fixes/Bugs
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
# fix homebrew permissions first | |
sudo chown -R $(whoami):admin /usr/local | |
# update brew | |
brew update | |
# override el capitan's deprecated version of OpenSSL | |
brew install openssl | |
brew link openssl --overwrite | |
#fix ruby | |
brew uninstall ruby-build rbenv | |
brew install rbenv ruby-build | |
rbenv install 2.2.3 | |
#sudo rm your old rubyversion because it's most likely fucked, if you're lucky you use this: https://github.com/sstephenson/rbenv-default-gems | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment