Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 324 Bytes

ruby.md

File metadata and controls

22 lines (14 loc) · 324 Bytes

Ruby

Installation on Ubuntu

Add the brightbox repo

If you're on 14.04

sudo apt-get install software-properties-common
sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update

On 12.04

sudo apt-get install ruby1.8 ruby1.9.3 ruby2.2

via https://www.brightbox.com/docs/ruby/ubuntu/