Installing Ruby 1.9.2 via rvm on OS X
Thursday, July 29th, 2010It took me a bit of digging to figure this out (it kept failing with readline errors, and then iconv went missing), so I thought I’d share:
rvm package install readline
rvm package install iconv
rvm install 1.9.2 -C --enable-shared,--with-iconv-dir=$HOME/.rvm/usr,\
--with-readline-dir=$HOME/.rvm/usr,--build=x86_64-apple-darwin10
