Skip to content

Instantly share code, notes, and snippets.

@armstrongnate
Created May 24, 2013 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save armstrongnate/5645341 to your computer and use it in GitHub Desktop.
Save armstrongnate/5645341 to your computer and use it in GitHub Desktop.
Install ruby 1.8.7 using rbenv on mountain lion.
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