【发布时间】:2011-11-28 02:26:24
【问题描述】:
我不知道为什么会得到这个?
$ which rake
/Users/kamilski81/.rvm/gems/ruby-1.9.2-p290@depot/bin/rake
[~/Sites/work/depot, kamilski81@mac]
$ /Users/kamilski81/.rvm/gems/ruby-1.9.2-p290\@depot/bin/rake test
Could not find rake-0.9.2 in any of the sources
Run `bundle install` to install missing gems.
执行“捆绑安装”后,我得到:
Installing sqlite3 (1.3.4) with native extensions
Installing turn (0.8.2)
Installing uglifier (1.0.3)
Updating .gem files in vendor/cache
Your bundle is complete! It was installed into ./rake
并且我所有的 gem 都安装到我的根目录的 ./rake 中...很烦人。
【问题讨论】: