uuntuインストールRVM


新たなシステム設置配置RVM
1,GIT,curl,bisonを取り付けます。
2,運転
$bash<(curl)http://rvm.beginrescueend.com/releases/rvm-install-head )
3,
$mkdir-p~/.rvm/src/&cd~/.rvm/src&rm-rf./rvm/&git clone--depth 1git://github.com/wayneeseguin/rvm.git &cd rvm&&./install 
ダウンロード
4,私はUbuntuの10.10を使っていますので、
$vi~/.bashrc
以下の情報をファイルに追加します。
[-s'$HOME/.rvm/scripts/rvm]/“$HOME/rvm/scripts/rvm”  # This loads RVM into a shell session.
5,コマンドラインを閉じて、もう一つ開けて、type rvm head-1を入力します。
結果が正しいと表示されます。
rvm is a function
基本的なインストールが完了しました。
最後にパスを追加:
$  source~/.rvm/scripts/rvm
6ですが、その後はrvm install 1.5.2-headを実行するとエラーが発生します。

ruby-1.9.2-head - #fetching
Downloading source from http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_2.
Error running 'svn checkout -q  http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_2 /home/allen/.rvm/repos/ruby-1.9.2-head', please read /home/allen/.rvm/log/ruby-1.9.2-head/svn.checkout.log
There has been an error while trying to fetch / update the source.          
Halting the installation.
There has been an error fetching the ruby interpreter. Halting the installation.
svnを入れていませんでした。。。。囧。。。。
$sudoアプリtude install subversion
OKです