Skip to content

Instantly share code, notes, and snippets.

@thbar
Created April 20, 2011 18:59
Show Gist options
  • Save thbar/932332 to your computer and use it in GitHub Desktop.
Save thbar/932332 to your computer and use it in GitHub Desktop.
installing a specific version to circumvent a RVM head issue
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer
chmod +x rvm-installer
./rvm-installer 1.6.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment