Recently, I've been taking the Ruby on Rails online class with instructor Kevin Skoglund. I'm following along the video tutorials trying to set up my Unix. However, when I input this command echo $PATH. This is what shows up on my command line.
/usr/local/rvm/gems/ruby-1.9.3-p194/bin:/usr/local/rvm/gems/ruby-1.9.3-p194@global/bin:/usr/local/rvm/rubies/ruby-1.9.3-p194/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/X11/bin:/usr/local/git/bin:/opt/sm/bin:/opt/sm/pkg/active/bin:/opt/sm/pkg/active/sbin.
This prompt is completely different than what the instructor's command line displays which is: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
When I press enter I get the prompt below, [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "/usr/local/rvm/scripts/rvm" # Load RVM$
This is totally different from the instructor's tutorial. Any suggestions of what I could be doing wrong or why this is appearing because I had been working on another Rails tutorial in the past.
Any suggestions or assistance with this prompt would be greatly appreciated.
Thank you in advance, Tina