Skip to content

Instantly share code, notes, and snippets.

@clemensg
Forked from chrisb/gist:4d6a09c6cc1ca2e1b14e
Last active August 29, 2015 14:02
Show Gist options
  • Save clemensg/d6433db11a910a7427b8 to your computer and use it in GitHub Desktop.
Save clemensg/d6433db11a910a7427b8 to your computer and use it in GitHub Desktop.

OS X 10.10 Guide

Here's what I did to get things working.

1. Install Xcode 6

Yep, over at: https://developer.apple.com

2. Install the Command Line Tools (CLT)

http://adcdownload.apple.com/Developer_Tools/command_line_tools_os_x_10.10_for_xcode__june_2014/command_line_tools_for_osx_10_10_june_2014.dmg (thanks @thomaslindstrom)

3. Install Homebrew

Copy/pasted from the site:

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

4. Hack away!

My subsequent brew install commands seemed to work fine (ruby-build, redis, etc...). Along with rbenv, etc.

You'll probably need to install Bundler with gem install bundler if you haven't already.

Improve this Gist!

Leave a comment if something didn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment