在托管中使用带有 rvm 的捆绑包

发布于 2024-11-27 16:46:18 字数 541 浏览 0 评论 0原文

我正在尝试,

hosting_barthez@lithium:~/projects/taxes/current$ bundle install
/usr/lib/ruby/1.8/rubygems.rb:900:in `report_activate_error': Could not find RubyGem bundler (>= 0) (Gem::LoadError)
    from /usr/lib/ruby/1.8/rubygems.rb:248:in `activate'
    from /usr/lib/ruby/1.8/rubygems.rb:1276:in `gem'
    from /var/lib/gems/1.8/bin/bundle:18

但是当我写作时

hosting_barthez@lithium:~/projects/taxes/current$ gem install bundler
Successfully installed bundler-1.0.15
1 gem installed

I am try

hosting_barthez@lithium:~/projects/taxes/current$ bundle install
/usr/lib/ruby/1.8/rubygems.rb:900:in `report_activate_error': Could not find RubyGem bundler (>= 0) (Gem::LoadError)
    from /usr/lib/ruby/1.8/rubygems.rb:248:in `activate'
    from /usr/lib/ruby/1.8/rubygems.rb:1276:in `gem'
    from /var/lib/gems/1.8/bin/bundle:18

but when I write

hosting_barthez@lithium:~/projects/taxes/current$ gem install bundler
Successfully installed bundler-1.0.15
1 gem installed

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

如梦 2024-12-04 16:46:18

我认为这是显而易见的。您收到错误是因为您尝试仅使用 bundler gem 附带的 bundle 命令,而不安装它。您必须安装 bundler 才能使用 bundle

I think that is obvious. You got error because you were trying to use bundle command which comes with bundler gem only, without installing it. You have to install bundler to use bundle.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文