Skip to content

Instantly share code, notes, and snippets.

@cowboycoded
Created May 18, 2011 13:03
Show Gist options
  • Save cowboycoded/978535 to your computer and use it in GitHub Desktop.
Save cowboycoded/978535 to your computer and use it in GitHub Desktop.
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