Nashville is a team of rejects … Go Vancouver Go

Ron Maclean … I added the Vancouver comment 🙂

Computers, Grease, Dirt &Coffee
Nashville is a team of rejects … Go Vancouver Go

Ron Maclean … I added the Vancouver comment 🙂

Currently there are only a few Linux distro’s that are officially supporting Gnome-shell. So naturally I had to make a transition from ubuntu which has been very good to me to Opensuse which has been a stable distribution. Since my main use for linux was ruby development i needed to recreate my build enviroment. Below are the commands I used to install RVM, Ruby and Rails 3.
From your linux console run these commands:
Insert the following code to the last line of your .bashrc file then save your changes
$HOME/.rvm/scripts/rvm” ]] && . “$HOME/.rvm/scripts/rvm”
Restart(close and open) a new console window and continue running these commands