谁能帮助我在 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.
任何帮助表示赞赏。