Skip to content

Instantly share code, notes, and snippets.

@johnpaulashenfelter
Created June 8, 2011 12:52
Show Gist options
  • Save johnpaulashenfelter/1014354 to your computer and use it in GitHub Desktop.
Save johnpaulashenfelter/1014354 to your computer and use it in GitHub Desktop.
Apply patch to RVM ruby
curl https://raw.github.com/gist/1008945/7532898172cd9f03b4c0d0db145bc2440dcbb2f6/load.patch > /tmp/load.patch
rvm get head # always good to make sure you're up to date with RVM
rvm reload
rvm install ruby-1.9.2-p180 --patch /tmp/load.patch -n patched
rvm use ruby-1.9.2-p180-patched
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment