在eclipse中运行bundle exec

时间:2012-08-15 21:34:46

标签: ruby eclipse exec bundler watir-webdriver

任何人都可以帮助我在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.

感谢任何帮助。

2 个答案:

答案 0 :(得分:2)

这是色彩支持的问题。

某些应用程序需要特定的TERM设置才能支持颜色。

我在eclipse中使用编译器调用的bash脚本有类似的问题 我在link找到了更多信息。

答案 1 :(得分:0)

我想你需要首先安装ruby devkit,然后再安装Bundler。请尝试以下步骤:https://github.com/oneclick/rubyinstaller/wiki/Development-Kit