Created
May 24, 2013 18:00
-
-
Save armstrongnate/5645341 to your computer and use it in GitHub Desktop.
Install ruby 1.8.7 using rbenv on mountain lion.
This file contains 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
Ultimately, this line did the trick: | |
$ CONFIGURE_OPTS="--without-tk" rbenv install 1.8.7-p370 | |
Additional info: | |
https://github.com/sstephenson/ruby-build/issues/207 | |
https://github.com/sstephenson/ruby-build/wiki#installing-187-on-os-x-108-mountain-lion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment