Skip to content

Instantly share code, notes, and snippets.

@bgreenlee
Created July 30, 2010 04:10
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 bgreenlee/499883 to your computer and use it in GitHub Desktop.
Save bgreenlee/499883 to your computer and use it in GitHub Desktop.
# install ruby 1.9.2 on OS X
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment