LoginSignup
57
35

More than 5 years have passed since last update.

anyenvの*envたちを一括でアップデートする

Posted at

rbenvで新しいバージョンをダウンロードできない・・・!そう困っていたらanyenv-updateというanyenvのプラグインがありました。これを使うとanyenvが管理している*envたちが一括でアップデートできる。

使い方

Githubにもありますが、インストールは下記の通り。

$ mkdir -p $(anyenv root)/plugins
$ git clone https://github.com/znz/anyenv-update.git $(anyenv root)/plugins/anyenv-update

アップデートしてみる

$ anyenv update

インストールできるバージョンが増えてるか確認してみる。

$ rbenv install -l

参考

anyenv-update

57
35
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
57
35