これは毎回失敗します。実行rvm remove 1.9.2
した後rvm install 1.9.2.
、エラーは次のようになります。
info: Applying patch '' (located at /)
error: Error running 'patch -F25 -p1 -f <"/"',
please check /Users/peter/.rvm/log/ruby-1.9.2-p0/patch.apply.*.log
fail: There has been an error applying the specified patches.
Aborting the installation.
そして、ログはこれを示しています:
[2010-09-05 19:38:14] patch -F25 -p1 -f <"/"
patch: **** read error : Is a directory
これは rvm 1.0.1 で問題なく動作しました。
何が起きているのか、どうすれば rvm を 1.0.1 に戻すことができるのでしょうか?