Skip to content

Instantly share code, notes, and snippets.

@MnO2
Created September 14, 2011 08:53
Show Gist options
  • Save MnO2/1216134 to your computer and use it in GitHub Desktop.
Save MnO2/1216134 to your computer and use it in GitHub Desktop.
rvm installation
sudo apt-get install ruby1.9.1
sudo ln -s /usr/bin/ruby1.9.1 /usr/bin/ruby
bash < <( curl https://rvm.beginrescueend.com/releases/rvm-install-head )
sudo /usr/bin/apt-get install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake
rvm install 1.9.2-head
rvm --default 1.9.2-head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment