-1
tim@tim-virtual-machine:~/rails_projects/first_app$ bundle install
ERROR: RVM Ruby not used, run `rvm use ruby-1.9.3-p448@rails3tutorial` first.
tim@tim-virtual-machine:~/rails_projects/first_app$ rvm list

rvm rubies

=* ruby-1.9.3-p448 [ i686 ]
   ruby-2.0.0-p247 [ i686 ]

# => - current
# =* - current && default
#  * - default

我目前正在使用 ruby​​-1.9.3-p448,但是为什么命令 'bundle install' 提示“错误:未使用 RVM Ruby”?

4

2 回答 2

0

确保 RVM 已正确安装并且您的 .bash_profile 文件具有正确的行:

[[ -s "/home/tim/.rvm/scripts/rvm" ]] && source "/home/tim/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
于 2013-07-20T10:20:35.300 回答
0

使用 rvm 时请使用此命令:

rvm 使用 ruby​​ 1.9

然后再次运行捆绑器。

让我知道错误已删除。

于 2013-07-20T10:57:11.783 回答