Skip to content

Instantly share code, notes, and snippets.

@Sixeight
Created September 23, 2012 19:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sixeight/50aa2ed60c2cec3d49d3 to your computer and use it in GitHub Desktop.
Save Sixeight/50aa2ed60c2cec3d49d3 to your computer and use it in GitHub Desktop.
$ brew install rbenv
$ brew install ruby-build
$ touch ~/.zshenv
$ echo 'eval "$(rbenv init -)"' >> ~/.zshenv
$ brew install openssl
$ brew link openssl
$ brew install readline
$ brew link readline
$ CONFIGURE_OPTS="--with-readline-dir=/usr/local --with-openssl-dir=/usr/local --enable-shared" rbenv install 1.9.3-p194
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment