Skip to content

Instantly share code, notes, and snippets.

@qoobaa
Created December 25, 2010 17:01
Show Gist options
  • Save qoobaa/754950 to your computer and use it in GitHub Desktop.
Save qoobaa/754950 to your computer and use it in GitHub Desktop.
Ruby and Rails on Ubuntu 9.10 Karmic Koala
sudo apt-get install ruby rubygems libssl-dev libreadline-dev zlib1g-dev libsqlite3-dev curl
sudo gem install rvm
/var/lib/gems/1.8/bin/rvm-install
rvm install 1.9.1
rvm use 1.9.1 --default
gem install rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment