Skip to content

Instantly share code, notes, and snippets.

@shishi
Created December 1, 2011 18:31
Show Gist options
  • Select an option

  • Save shishi/1418804 to your computer and use it in GitHub Desktop.

Select an option

Save shishi/1418804 to your computer and use it in GitHub Desktop.
install rvm & ruby 1.9.2 for ubuntu 11.10
sudo apt-get install curl git-core
bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
source .bashrc
rvm get latest
rvm pkg install zlib
rvm install 1.9.2 --with-zlib-dir=$rvm_path/usr
rvm use 1.9.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment