Skip to content

Instantly share code, notes, and snippets.

@dru
Created October 2, 2012 11:30
Show Gist options
  • Save dru/3818329 to your computer and use it in GitHub Desktop.
Save dru/3818329 to your computer and use it in GitHub Desktop.
Install ruby 1.8.7 on Mac OS X Mountain Lion using RVM
Install ruby 1.8.7 on Mac OS X 10.8 (Mountain Lion) using RVM and MacPorts
1) Install http://xquartz.macosforge.org
2) sudo port install apple-gcc42
3) CC=/opt/local/bin/gcc-apple-4.2 CPPFLAGS=-I/opt/X11/include rvm install 1.8.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment