Skip to content

Instantly share code, notes, and snippets.

@scheakur
Created January 27, 2013 08:08
Show Gist options
  • Save scheakur/4647307 to your computer and use it in GitHub Desktop.
Save scheakur/4647307 to your computer and use it in GitHub Desktop.
brew install rbenv
brew install ruby-build
brew install openssl
brew link openssl
brew install readline
brew link readline
eval "$(rbenv init -)"
export CC=/usr/bin/gcc
CONFIGURE_OPTS="--with-readline-dir=/usr/local --with-openssl-dir=/usr/local" rbenv install 1.9.3-p374
rbenv install 1.9.3-p374
rbenv global 1.9.3-p374
rbenv rehash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment