Skip to content

Instantly share code, notes, and snippets.

@chuyeow
Last active August 29, 2015 14:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuyeow/201b794e5dadeff7cf47 to your computer and use it in GitHub Desktop.
Save chuyeow/201b794e5dadeff7cf47 to your computer and use it in GitHub Desktop.
Homebrew on Mac OS X 10.10 Yosemite

Key things to note

  • The system ruby is now version 2.0 (was 1.8).
  • Homebrew has hardcoded paths to Ruby 1.8.

To fix:

  • sudo ln -s /System/Library/Frameworks/Ruby.framework/Versions/2.0 /System/Library/Frameworks/Ruby.framework/Versions/1.8
  • Download and install the 10.10 command line tools from https://developer.apple.com/downloads/index.action - look for "Command Line Tools (OS X 10.10) for Xcode"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment