Install Ruby 2.1.3 Ubuntu 14.04
- Open your terminal
- One the menu select edit
- On the drop down menu select Profile preferences
- Inside the dialog box select the Title and Command
- Under 'command' check the Run command as a login shell
- Close and reopen the terminal
In the terminal
sudo apt-get install build-essential git-core curl libmysqlclient18 nodejs
curl -L get.rvm.io | bash -s satble
rvm install ruby -2.1.3
rvm use ruby -2.1.3