58
35

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?