LoginSignup
6

More than 5 years have passed since last update.

RVMを使ったRubyのアップデート

Last updated at Posted at 2012-11-14

古いのは残す方向で

RVM自体のアップデート

rvm update stable

インストール可能なバージョンのリスト

rvm list known

インストール

rvm install 1.9.3-p327

インストールされたRubyの確認

rvm list

gemsetのコピー

rvm gemset copy 1.9.3-p286 1.9.3-p327

新しいRubyへの切り替え

rvm use 1.9.3-p327

デフォルトの切り替え

rvm 1.9.3-p327 --default

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6