现在我正在尝试将我的 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
但是当我更改我的 ruby 版本时,我得到了这个:
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'
我应该怎么办?谢谢 :)