RVM列表 - 警告!PATH未正确设置

Tom*_*ing 2 ruby rvm

我知道之前已经多次询问过,但是我已经尝试了很多建议来让我的红宝石工作,但到目前为止还没有.

运行rvm列表时,我得到:

 Warning! PATH is not properly set up, '/Users/tom/.rvm/gems/ruby-2.4.1/bin' is not at first place.
         Usually this is caused by shell initialization files. Search for 'PATH=...' entries.
         You can also re-add RVM to your profile by running: 'rvm get stable --auto-dotfiles'.
         To fix it temporarily in this shell session run: 'rvm use ruby-2.4.1'.
         To ignore this error add rvm_silence_path_mismatch_check_flag=1 to your ~/.rvmrc file.

rvm rubies

   ruby-2.0.0-p648 [ x86_64 ]
   ruby-2.1.0 [ x86_64 ]
=* ruby-2.4.1 [ x86_64 ]

# => - current
# =* - current && default
#  * - default
Run Code Online (Sandbox Code Playgroud)

.bashrc中:

  # Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$HOME/.rvm/bin:$PATH" # Add RVM to PATH for scripting
Run Code Online (Sandbox Code Playgroud)

.bash_profile中没有任何相关内容

rah*_*hra 8

试试这个rvm reset 然后运行:rvm version

让我知道它是否仍然没有解决谢谢!