Created
September 28, 2011 18:15
-
-
Save strongwave/1248732 to your computer and use it in GitHub Desktop.
Install Ruby From Source
This file contains hidden or 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
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz . | |
tar xvzf ruby-1.9.2-p290.tar.gz | |
cd ruby-1.9.2-p290 | |
./configure; make; sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment