Difference between revisions of "Ruby"
Jump to navigation
Jump to search
(Created page with '=Installing Ruby with git= ==Ruby itself== * rvm package install zlib * bash < <(curl -s http://rvm.beginrescueend.com/install/rvm) ** Might have to manually download the rvm she…') |
(No difference)
|
Revision as of 09:07, 11 May 2011
Installing Ruby with git
Ruby itself
- rvm package install zlib
- bash < <(curl -s http://rvm.beginrescueend.com/install/rvm)
- Might have to manually download the rvm shell script, edit it to use home dir instead of /usr/local
- rvm install ruby-1.9.2 --with-zlib-dir=./.rvm/usr/ --proxy http://proxy.traderonline.com:80
- The zlib stuff is from an error, see [here] for more info