Skip to content

Instantly share code, notes, and snippets.

@troyxmccall
Last active September 30, 2015 21:28
Show Gist options
  • Save troyxmccall/38c5dcc805c54adb03d4 to your computer and use it in GitHub Desktop.
Save troyxmccall/38c5dcc805c54adb03d4 to your computer and use it in GitHub Desktop.
El Capitan Fixes/Bugs
# 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