Skip to content

Instantly share code, notes, and snippets.

@tomas-stefano
Created July 2, 2011 18:37
Show Gist options
  • Save tomas-stefano/1061502 to your computer and use it in GitHub Desktop.
Save tomas-stefano/1061502 to your computer and use it in GitHub Desktop.
Ruby require 1.9.2 patch and installation
## This is how I installed ruby in my Mac ##
## Will install a ruby 1.9.2-p180-patched #
$ curl https://raw.github.com/gist/1008945/7532898172cd9f03b4c0d0db145bc2440dcbb2f6/load.patch > /tmp/load.patch
$ rvm install ruby-1.9.2-p180 --patch /tmp/load.patch -n patched
#### If you have problems with Ruby::
### Try to run: rvm cleanup all
###
### Verify if readline, iconv, zlib is installed correctly :)
### More informations here and here:
# 1) https://rvm.beginrescueend.com/packages/readline/
# 2) https://rvm.beginrescueend.com/packages/iconv/
# 3) https://rvm.beginrescueend.com/packages/zlib/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment