Ubuntu 10.04.1 LTS マシンに Ruby をインストールできないようです。いくつかの異なるチュートリアルを試しましたが、どれもうまくいきませんでした。コマンドを使用して RVM を正しくインストールできるようです\curl -L https://get.rvm.io | bash -s stable
。ただし、次の警告が表示されます。
* WARNING: Your '/root/.bashrc' contains `PATH=` with no `$PATH` inside, this can breakRVM,
for details check https://github.com/wayneeseguin/rvm/issues/1351#issuecomment-10939525
to avoid this warning append #PATH.
実行しようとするrvm install 1.9.3
と、次のようになり、Ruby がインストールされません。
Downloaded archive checksum did not match, archive was removed!
If you wish to continue with not matching download add '--verify-downloads 2' after the command.
There has been an error fetching the ruby interpreter. Halting the installation.
を追加してみまし--verify-downloads 2
たが、それもうまくいきませんでした。
最終的には Rails をインストールしたいのですが、もちろん最初に ruby をインストールする必要があります。
編集:ルビーをインストールしようとしたとき
にも取得します。/usr/local/rvm/scripts/functions/support: line 170: cd: /path/to/tarballs/: No such file or directory