我的RVM出现问题 - 我一直收到错误消息,告诉我PATH没有正确设置.
首先,任何一个听起来都像是来自一个完整的菜鸟,因为它是.我一直在寻找一些类似的线程,但没有任何帮助我解决这个问题.任何帮助将不胜感激!
当我跑rvm get head,我收到消息:
Warning! PATH is not properly set up, '/Users/mbauer/.rvm/src/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'.
Run Code Online (Sandbox Code Playgroud)
我试过运行rvm get head --auto-dotfiles并重新启动终端 - 没有帮助.
rvm use ruby-2.1.0即使在当前的shell会话中,运行也不会执行任何操作.
我跑的时候rvm --debug get head注意到了这个:
step> …Run Code Online (Sandbox Code Playgroud)