1

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.

どんな助けでも大歓迎です。

4

2 に答える 2

0

最初に ruby​​ devkit をインストールし、次にバンドラーをインストールする必要があると思います。ここで次の手順を試してください: https://github.com/oneclick/rubyinstaller/wiki/Development-Kit

于 2012-08-15T22:54:14.987 に答える