Skip to content

Instantly share code, notes, and snippets.

@kapkaev
Created April 9, 2012 16:38
Show Gist options
  • Save kapkaev/2344623 to your computer and use it in GitHub Desktop.
Save kapkaev/2344623 to your computer and use it in GitHub Desktop.
ubuntu 11.10 rvm install
sudo apt-get -y install build-essential git-core curl libssl-dev libreadline6-dev zlib1g-dev libmysqlclient-dev libcurl4-openssl-dev libxslt-dev libxml2-dev imagemagick imagemagickcore-dev imagemagickwand-dev
curl -L get.rvm.io | bash -s stable && source ~/.bash_profile && rvm requirements && rvm install 1.9.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment