Trying to bundle a rails project my company has set up for me, just installed everything onto a new computer. But keep running into this error:
Warning! PATH is not properly set up, '/Users/Name/.rvm/gems/ruby-2.1.0/bin' is not at first place, usually this is caused by shell initialization files - check them for 'PATH=...' entries, it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles', to fix temporarily in this shell session run: 'rvm use ruby-2.1.0'.
Doing which -a ruby gives me this:
/Users/Name/.rvm/rubies/ruby-2.1.0/bin/ruby
And
/usr/bin/ruby
And when I echo my $PATH I get this:
/usr/local/bin:/usr/local/sbin:~/bin:/Users/Name/.rvm/gems/ruby2.1.0/bin:/Users/Name/.rvm/gems/ruby2.1.0@global/bin:/Users/Name/.rvm/rubies/ruby2.1.0/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/Name/.rvm/bin
Could anyone help me figure this issue out? I've looked online quite a bit and have yet to find a walkthrough or real in-depth explanation on how to fix this issue.
/usr/local/bin:/usr/local/sbin:~/bin
on the first place, please see them – Малъ Скрылевъ