33
23

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.

rbenv/ruby-buildのアップデート

Last updated at Posted at 2018-12-10

概要

rbenvでrubyをインストールしている場合、最新バージョンのrubyをインストールするにはrbenvをアップデートする必要があります。
OSによって手順が違ったりするので、その手順のメモ

MacOSの場合

  • rbenvのアップデート
%brew update
  • ruby-buildのアップデート
%brew upgrade ruby-build

Linux(ubuntu)の場合

  • rbenvのアップデート
$ cd ~/.rbenv
$ git pull
  • ruby-buildのアップデート
$ cd ~/.rbenv/plugins/ruby-build
$ git pull

インストール可能なrubyバージョンの確認

%rbenv install --list
33
23
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
33
23

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?