Last active
December 13, 2015 17:48
-
-
Save brodock/4950205 to your computer and use it in GitHub Desktop.
Ruby on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Source: Brightbox (http://wiki.brightbox.co.uk/docs:ruby-ng) | |
sudo apt-get install python-software-properties | |
sudo apt-add-repository ppa:brightbox/ruby-ng | |
sudo apt-get update | |
sudo apt-get install ruby rubygems ruby-switch | |
sudo apt-get install ruby1.9.3 | |
# Switching ruby version: | |
ruby-switch --list | |
sudo ruby-switch --set ruby1.9.1 | |
# Bundler | |
sudo gem install bundler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment