Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコマンドを実行すると:
rvm install 1.9.3
次の出力が得られます。
エラー: 要求された URL が存在しません: ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-.tar.bz2
rvmを最新のものに更新して入力しましたrvm reload
rvm reload
何か案は?
URLは次のようになっている必要があります:ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3- p194 .tar.bz2
次の方法でrvmを更新してみてください
rvm get head
次に1.9.3をインストールします
必要なパッチ レベルを明示的に指定することで、インストールできるはずです。rvm install 1.9.3-p194
rvm install 1.9.3-p194