Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thirdreplicator/976230 to your computer and use it in GitHub Desktop.
Save thirdreplicator/976230 to your computer and use it in GitHub Desktop.
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bashrc
source .bashrc
rvm package install zlib
rvm package install openssl
rvm package install readline
rvm install 1.9.2 -C --with-zlib-dir=$rvm_path/usr --with-openssl-dir=$HOME/.rvm/usr --with-readline-dir=$rvm_path/usr
rvm install 1.9.2
rvm --default 1.9.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment