pivotal-sprout/sprout-osx-apps

RVM warning for ensure_usr_local_bin_first.bash

nycvotes-dev opened this issue · 0 comments

RVM expects to own the beginning of your path. e.g.

/Users/pivotal/.rvm/gems/ruby-2.1.0@nycv/bin:/Users/pivotal/.rvm/gems/ruby-2.1.0@global/bin:/Users/pivotal/.rvm/rubies/ruby-2.1.0/bin:/Users/pivotal/.rvm/bin:/usr/bin:/bin:/usr/sbin

With the ensure_usr_local_bin_first.bash script we get the following warning

Warning! PATH is not properly set up, '/Users/pivotal/.rvm/gems/ruby-2.1.0@nycv/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@nycv'.