Created
October 2, 2012 11:30
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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