Skip to content

Instantly share code, notes, and snippets.

@codebender
Created October 1, 2015 16:24
Show Gist options
  • Save codebender/bad69b5228fe15fba3e9 to your computer and use it in GitHub Desktop.
Save codebender/bad69b5228fe15fba3e9 to your computer and use it in GitHub Desktop.
El Capitan Dev setup Fixes

El Capitan OSX 10.11 Development setup fixes

  1. Uninstall all rbenv gems
  2. Install Xcode and command line tools xcode-select --install
  3. reinstall openssl??? brew reinstall openssl
  4. Config bundler to use brew installed openssl - bundle config build.eventmachine --with-cppflags=-I$(brew --prefix openssl)/include
  5. Reinstall bundler gem install bundler
  6. reinstall all gems bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment