Skip to content

Instantly share code, notes, and snippets.

@dzaporozhets
Created December 5, 2011 08:33
Show Gist options
  • Save dzaporozhets/1432866 to your computer and use it in GitHub Desktop.
Save dzaporozhets/1432866 to your computer and use it in GitHub Desktop.
rvm install
sudo aptitude install git-core curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline5-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev
bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bashrc
rvm install 1.9.2
rvm use 1.9.2 --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment