每当我转到带有文件的.rvmrc文件夹时,都会发出警告:
Warning! PATH is not properly set up, '/home/me/.rvm/gems/ruby-2.0.0-p247/bin' is not available,
usually this is caused by shell initialization files - check them for 'PATH=...' entries,
to fix run: 'rvm use ruby-2.0.0-p247'.
Run Code Online (Sandbox Code Playgroud)
我做了rvm use ruby-2.0.0-p247,但警告仍然存在.
注意:没有错误,我能够正常运行我的应用程序,但警告非常烦人.有任何想法吗?
它是什么意思,我该如何解决它:
pod install
/Library/Ruby/Site/2.0.0/rubygems.rb:250:in `find_spec_for_exe': can't find gem cocoapods (>= 0.a) (Gem::GemNotFoundException)
from /Library/Ruby/Site/2.0.0/rubygems.rb:278:in `activate_bin_path'
from /usr/local/bin/pod:22:in `<main>'
Run Code Online (Sandbox Code Playgroud)