Skip to content

Instantly share code, notes, and snippets.

@urielm
Forked from behrangsa/gist:2181303
Created July 18, 2013 21:38
Show Gist options
  • Save urielm/6033349 to your computer and use it in GitHub Desktop.
Save urielm/6033349 to your computer and use it in GitHub Desktop.
  • Install MacPorts
  • Install apple-gcc-42 via MacPorts: sudo port install apple-gcc-42
  • Install RVM (I had some issues with stable, so I went with 1.10.2, but stable might work for you):
    • bash -s -- --version 1.10.2 < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
    • bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
  • Install Ruby 1.8.7 using apple-gcc-42: CC=/opt/local/bin/gcc-apple-4.2 rvm install 1.8.7
  • Enjoy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment