Skip to content

Instantly share code, notes, and snippets.

@flyingmachine
Created August 18, 2012 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save flyingmachine/3390402 to your computer and use it in GitHub Desktop.
Save flyingmachine/3390402 to your computer and use it in GitHub Desktop.
Installing Ruby after upgrading from Snow Leopard to Mountain Lion

After you've done the steps below it will be as if you did an upgrade rather than a clean install. Your home directory will be there, as will your applications.

  1. Back up system to an external HD (I used Super Duper)
  2. Install mountain lion clean: http://eggfreckles.net/notes/installing-mountain-lion-clean/
  3. At the end of the install, transfer files back from my external HD
  4. Remove everything in /usr/local with sudo rm -Rf /usr/local/*
  5. Follow these instructions: http://jfire.io/blog/2012/03/02/xcode-4-dot-3-homebrew-and-ruby/
  6. I had trouble with ree/1.8.7 so I had to follow these instructions: http://stackoverflow.com/questions/11664835/mountain-lion-rvm-install-1-8-7-x11-error/11666019#11666019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment