現在、rubyのバージョンを1.8(システムデフォルト)から1.9.3に更新しようとしています。
ruby 1.9.3をインストールした後:
==> Downloading http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p362.tar.gz
######################################################################## 100.0%
==> Patching
patching file missing/setproctitle.c
==> ./configure --prefix=/usr/local/Cellar/ruby/1.9.3-p362 --enable-shared --disable
==> make
==> make install
==> Caveats
NOTE: By default, gem installed binaries will be placed into:
/usr/local/Cellar/ruby/1.9.3-p362/bin
You may want to add this to your PATH.
==> Summary
しかし、ルビーのバージョンを変更すると、次のようになります。
macmatoMac-Pro:1.9.3-p362 mac$ rvm use 1.9.3 --default
ruby-1.9.3-p327 is not installed.
To install do: 'rvm install ruby-1.9.3-p327'
私は何をすべきか?ありがとう :)