Created
June 8, 2011 13:35
-
-
Save mrrooijen/1014424 to your computer and use it in GitHub Desktop.
Ruby 1.9.2 c.load patch with RVM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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