ruby - cannot load such file -- bundle/bundler/setup (LoadError)

 贺bujak_491 发布于 2022-10-25 10:52

初学 ruby,尝试使用 zhaocai/alfred2-ruby-template 写 Alfred Workflow 时遇到以下错误:

bash$ ruby main.rb 
/Users/tranch/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- bundle/bundler/setup (LoadError)
    from /Users/tranch/.rvm/rubies/ruby-2.2.0/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
    from main.rb:5:in `
'

Google 了下相关关键词,都说因为没装 bundler,但是反复验证了一番,证明确实是都安装了:

bash$ which gem
/Users/tranch/.rvm/rubies/ruby-2.2.0/bin/gemmaster*

$ gem list -d bundler

*** LOCAL GEMS ***

bundler (1.10.3)
    Authors: André Arko, Terence Lee, Carl Lerche, Yehuda Katz
    Homepage: http://bundler.io
    License: MIT
    Installed at: /Users/tranch/.rvm/gems/ruby-2.2.0

    The best way to manage your application’s dependencies

bundler-unload (1.0.2)
    Author: Michal Papis
    Homepage: https://github.com/mpapis/bundler-unload
    License: Apache 2.0
    Installed at: /Users/tranch/.rvm/gems/ruby-2.2.0@global

    Allow unloading bundler after Bundler.load

rubygems-bundler (1.4.4)
    Authors: Josh Hull, Michal Papis
    Homepage: http://mpapis.github.com/rubygems-bundler
    License: Apache-2.0
    Installed at: /Users/tranch/.rvm/gems/ruby-2.2.0@global

    Stop using bundle exec

$ which bundle
/Users/tranch/.rvm/gems/ruby-2.2.0/bin/bundle

$ bundle
Using fuzzy_match 2.1.0
Using builder 3.2.2
Using gyoku 1.3.1
Using moneta 0.8.0
Using nori 2.6.0
Using plist 3.1.0
Using terminal-notifier 1.6.3
Using alfred-workflow 2.0.5
Using bundler 1.10.3
Bundle complete! 2 Gemfile dependencies, 9 gems now installed.
Bundled gems are installed into ./bundle.

求解。

1 个回答
  • 应该是引用 require 'bundler/setup' 试试看, 参考 http://bundler.io/bundler_setup.html

    2022-10-26 23:15 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有