【发布时间】:2015-04-23 13:20:07
【问题描述】:
当我使用命令 bundle exec newvm.rb 时,我收到以下消息
bundler: command not found: newvm.rb
Install missing gem executables with `bundle install`
我知道有几个人遇到了这个问题,但是所有对其他人有用的解决方案都没有对我有用。
我做了以下事情:
gem bundler installbundle installwhich gem => /home/$user/.rbenv/shims/gemwhich bundle => /home/$user/.rbenv/shims/gem-
rbenv rehash(捆绑器安装后) -
.bashrcexport PATH="$HOME/.rbenv/bin:$PATH" eval "$(rbenv init -)"
但我仍然遇到 bundler: command not found 的问题。我不能再进一步了,求助!
【问题讨论】: