LoginSignup
18
14

More than 5 years have passed since last update.

rvmのアップデートはupdateじゃなくてgetを使う

Last updated at Posted at 2014-03-12

rvm update じゃない

やると、updateは無くなったとエラーになる

$ rvm update

ERROR: rvm update has been removed. Try 'rvm get head' or see the 'rvm get' and rvm 'rubygems' CLI API instead

rvm get を使う

使い方は rvm get help で調べる

$ rvm get latest

最新の開発版を使いたい場合はこちら

// https://github.com/rvm/rvm#try-again-with-latest-rvm

$ rvm get master

以上です。

18
14
0

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
18
14