Created
May 18, 2011 13:03
-
-
Save cowboycoded/978535 to your computer and use it in GitHub Desktop.
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 ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-preview3.tar.gz | |
tar -xvf ruby-1.9.2-preview3.tar.gz | |
cd ruby-1.9.2-preview3 | |
./configure | |
make | |
sudo make install | |
ruby -v #just checking to make sure it installed.. output = ruby 1.9.2dev (2010-05-31 revision 28117) [x86_64-linux] | |
cd .. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment