2

rvm1-capistrano 経由で rvm をインストールします。タスクを実行するたびに、Ruby [version] is not installed. インストールされていないことをすでに知っているので、これは奇妙です。これが、タスクを実行している理由です。インストールします。どうしてこれなの?

これは、すぐに使えるバニラのインストールです。私は何も変えていません。以下を追加しました。

set :rvm_ruby_version, '2.0.0-p353' # deploy.rb に、set :pty, true なしでも同じエラー # deploy.rb require 'rvm1/capistrano3' # Capfile に

他の人の推奨に従って、コンテンツとして.ruby-versionアプリのルートにa を追加しました。2.0.0

私は何を正しく理解していませんか? ruby のインストールを担当するタスクで、ruby がインストールされていないと表示されるのはなぜですか?

DEBUG [09203819] Command: cd ~/apps/simpleblog/releases/20140121174439 && /usr/bin/env /tmp/simpleblog/rvm-auto.sh rvm install .
DEBUG [09203819]    ruby-2.0.0-p353 is not installed.
DEBUG [09203819]    
DEBUG [09203819]    To install do: 'rvm install ruby-2.0.0-p353'
DEBUG [09203819]    
DEBUG [09203819]    Searching for binary rubies, this might take some time.
DEBUG [09203819]    
DEBUG [09203819]    No binary rubies available for: ubuntu/13.10/x86_64/system.
DEBUG [09203819]    
DEBUG [09203819]    Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
DEBUG [09203819]    
DEBUG [09203819]    RVM does not have prediction for required space for system, assuming 150MB should be enough, let us know if it was not.
DEBUG [09203819]    
DEBUG [09203819]    Either the ruby interpreter is unknown or there was an error!.
DEBUG [09203819]    
4

0 に答える 0