当前位置:  开发笔记 > 后端 > 正文

rails 2.3.0 - Gem的未定义方法`activate_bin_path':Module(NoMethodError)

如何解决《rails2.3.0-Gem的未定义方法`activate_bin_path':Module(NoMethodError)》经验,为你挑选了1个好方法。

我正在尝试捆绑安装,rake db:migrate

bundle install

/home/name/.rvm/gems/ruby-2.3.0/bin/rake:22:in `
': undefined method `activate_bin_path' for Gem:Module (NoMethodError) from /home/name/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `eval' from /home/name/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `
'

我试过gem install bundler 它会给出错误

ERROR:  While executing gem ... (TypeError)
    no implicit conversion of nil into String 

哪个红宝石

/home/smk/.rvm/rubies/ruby-2.3.0/bin/ruby 

rvm列表

ruby-2.0.0-p648 [ x86_64 ]
   ruby-2.1.5 [ x86_64 ]
   ruby-2.2.5 [ x86_64 ]
=* ruby-2.3.0 [ x86_64 ] 

我试过很多解决方案,但没有用,
请任何人帮助我.



1> Tom Hale..:

这个回答表明updatig gembundler这样的:

gem update --system
gem update bundler

如果这不起作用,请尝试重命名gems通过运行获得的目录bundle show bundle.

推荐阅读
Chloemw
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有