0
0

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をアップデートする

Posted at

ruby2.0を使おうと思い立ち、 $ rbenv install -l で確認したらdev版しかない。
アップデートが必要なようだ。

ruby-buildを入れなおす

brewでruby-buildを入れたクチなので、インストールし直す。
この際にはunlinkが必要(やらないと、既にあると怒られて実行できない)。

$ brew unlink ruby-build
$ brew install --HEAD ruby-build

rbenvで2.0を入れる

あとはいつもどおり。

$ rbenv install 2.0.0-p0

結構待つね。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?