Skip to content

Instantly share code, notes, and snippets.

@celeduc
Created January 23, 2013 10:19
Show Gist options
  • Save celeduc/4604039 to your computer and use it in GitHub Desktop.
Save celeduc/4604039 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd ~/ruby-build
git fetch ; git pull origin master
sudo ./install.sh
cd ~
rbenv install 1.9.3-p374
rbenv global 1.9.3-p374
rbenv exec gem update --system
gem install rails
rbenv rehash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment