Skip to content

Instantly share code, notes, and snippets.

@dzaporozhets
Created November 22, 2011 19:05
Show Gist options
  • Save dzaporozhets/1386572 to your computer and use it in GitHub Desktop.
Save dzaporozhets/1386572 to your computer and use it in GitHub Desktop.
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz
tar xfvz ruby-1.9.2-p290.tar.gz
cd ruby-1.9.2-p290
./configure
make
sudo checkinstall -D
sudo gem update --system
echo "gem: --no-rdoc --no-ri" > ~/.gemrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment