I just installed ubuntu, and after that I wanted to install RVM with rubies and rails 3.1.
The installs went fine, but when I want to create a rails application, it cannot find the rails command.
I know I can create an alias, but when rvm changes its gemset, will the alias path be wrong right?
This is my .bashrc file (/home/user/.bashrc):
# ~/.bashrc: executed by bash(1) for non-login shells.
So, I really don't know how to make this work ...
Help is appreciated!
thanks
source share