任何人都可以帮助我在eclipse IDE中运行bundle exec的步骤。这是我试图通过eclipse执行的命令
bundle exec rspec -I . spec/test_run_202_spec.rb
但是我正在收到错误消息,说明当我使用外部工具配置启动上述命令时
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
ERROR: Gem bundler is not installed, run 'gem install bundler' first.
感谢任何帮助。
答案 0 :(得分:2)
答案 1 :(得分:0)
我想你需要首先安装ruby devkit,然后再安装Bundler。请尝试以下步骤:https://github.com/oneclick/rubyinstaller/wiki/Development-Kit