2016-04-14 6 views
0

私はRails 2.3 .2アプリケーション。私はRVMを使ってRuby 1.8.6をインストールしました。私はbundler -vまたはrails -vなどを実行しようとしたとき、私はエラーを取得していますよう:これは私のRVMのRubyのバージョンである[bundler-unload-1.0.2、executable-hooks-1.3.2、gem-wrappers-1.2.7、json-1.8.1のエラーのうち、レールが見つからない(> = 0)

[email protected]:~/Desktop/practice/AppMonitor$ sudo gem install -v=2.3.2 rails 
Successfully installed rails-2.3.2 
1 gem installed 
Installing ri documentation for rails-2.3.2... 
Installing RDoc documentation for rails-2.3.2... 
[email protected]:~/Desktop/practice/AppMonitor$ rails -v 
/usr/lib/ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find rails (>= 0) amongst [bundler-unload-1.0.2, executable-hooks-1.3.2, gem-wrappers-1.2.7, json-1.8.1, rubygems-bundler-1.4.4, rvm-1.11.3.9] (Gem::LoadError) 
    from /usr/lib/ruby/1.9.1/rubygems/dependency.rb:256:in `to_spec' 
    from /usr/lib/ruby/1.9.1/rubygems.rb:1231:in `gem' 
    from /usr/local/bin/rails:22:in `<main>' 

[email protected]:~/Desktop/practice/AppMonitor$ rvm list 

rvm rubies 

=> ruby-1.8.6-p420 [ i686 ] 
    ruby-1.8.7-head [ i686 ] 
    ruby-1.9.1-p431 [ i686 ] 
    ruby-1.9.3-p551 [ i686 ] 
* ruby-2.2.1 [ i686 ] 
    ruby-2.2.3 [ i686 ] 

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

私はCould not find bundler (>= 0) amongst [] (Gem::LoadError) with rails 2.3.18Could not find rails (>= 0) amongst [] (Gem::LoadError)のようなリンクの一部を試してみましたが、私を助けなかった。 私はこのから抜け出すために助けてください..

+0

私は私がルビー1.8.6 –

+0

のバージョンが何であるか、あなたの問題を抱えて大丈夫1.8.6これを試してください – venkat

+0

RVM利用ルビーを使用していますルビー –

答えて

2

をあなただけrvm listを行う必要があり、その後rvm use ruby version

関連する問題