I'm new to this rails thing, I was wondering if every time I start up the terminal, do I need to type in
source ~/.rvm/scripts/rvm
I'm using ubuntu by the way.
Thanks!
I'm new to this rails thing, I was wondering if every time I start up the terminal, do I need to type in
source ~/.rvm/scripts/rvm
I'm using ubuntu by the way.
Thanks!
No, you don't need to type this thing in all the time. You should have some code within your ~/.bashrc
or ~/.bash_profile
which sources this script for you automatically.