57
52

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でインストールできるバージョンリストを最新にする

Last updated at Posted at 2015-05-05

背景

rbenvからruby2.2.2をインストールしようとしても2.2.2が見当たらない。困った。 :sweat:

rbenv install 2.2.2
ruby-build: definition not found: 2.2.2

前提

  • 以下のパッケージがhomebrew経由インストール済み:beer:
    • rbenv
    • ruby-build
  • すでにrubyがインストールできる環境になっている:gem:

やること

ruby-buildをアップグレードして、最新のリストを手にいれる。
前提としてhomebrew自身を更新しないといけない。

brew update && brew upgrade ruby-build

最新のパッケージが表示されることを確認。

rbenv install --list
Available versions:
  1.8.6-p383
  1.8.6-p420
  1.8.7-p249
  1.8.7-p302
  1.8.7-p334
  1.8.7-p352
  1.8.7-p357
  ...
57
52
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
52

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?