Created
October 24, 2011 16:36
-
-
Save 0xradical/1309458 to your computer and use it in GitHub Desktop.
instalando ruby-1.9.2p190 com patch
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
brew install readline | |
brew install libiconv | |
brew link libiconv | |
curl https://raw.github.com/gist/1008945/4edd1e1dcc1f0db52d4816843a9d1e6b60661122/ruby-1.9.2p290.patch > /tmp/192.patch | |
rvm uninstall 1.9.2 && rvm cleanup all && rvm fetch 1.9.2 | |
rvm install 1.9.2 --patch /tmp/192.patch --with-readline-dir=/usr/local/Cellar/readline/6.2.1 --with-iconv-dir=/usr/local/Cellar/libiconv/1.14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment