Skip to content

Instantly share code, notes, and snippets.

@hirocaster
Last active December 18, 2015 00:39
Show Gist options
  • Save hirocaster/5698361 to your computer and use it in GitHub Desktop.
Save hirocaster/5698361 to your computer and use it in GitHub Desktop.
Install ruby by rbenv
rm /opt/boxen/rbenv/rbenv.d/install/00_try_to_download_ruby_version.bash
rbenv uninstall 1.9.3-p429
CONFIGURE_OPTS="--with-readline-dir=/opt/boxen/homebrew/opt/readline --with-openssl-dir=/opt/boxen/homebrew/opt/openssl" rbenv install 1.9.3-p429
rbenv uninstall 2.0.0-p195
RUBY_CONFIGURE_OPTS="--with-readline-dir=/opt/boxen/homebrew/opt/readline --with-openssl-dir=/opt/boxen/homebrew/opt/openssl" rbenv install 2.0.0-p195
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment