1

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!

hellomello
  • 8,219
  • 39
  • 151
  • 297

1 Answers1

2

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.

Ryan Bigg
  • 106,965
  • 23
  • 235
  • 261
  • I'm sorry for extending this question, but can you explain a bit more about what those are? Thanks! – hellomello Mar 06 '13 at 05:01
  • 2
    @andrewliu, i find this helpful: http://stackoverflow.com/questions/415403/whats-the-difference-between-bashrc-bash-profile-and-environment there are some good answers here. – AdamT Mar 06 '13 at 05:08
  • NewB answered it better than I could :) – Ryan Bigg Mar 06 '13 at 05:24