LoginSignup
0
2

More than 5 years have passed since last update.

rbenvでruby2.4.1を入れる(メモ)

Last updated at Posted at 2017-05-17

ruby 2.4.1が入らなかった

$ rbenv install 2.4.1
ruby-build: definition not found: 2.4.1

The following versions contain `2.4.1' in the name:
  rbx-2.4.1

See all available versions with `rbenv install --list'.

If the version you need is missing, try upgrading ruby-build:

  cd ~/.rbenv/plugins/ruby-build && git pull && cd -

2.4.1が入らない。
なんでや :angry: :anger:

$ rbenv install --list
# 略
2.3.3
2.3.4
# 略
2.4.0
2.5.0 beta

インストール一覧に出てこない... :thinking:

rbenvをアップデートする

$ rbenv update
$ rbenv install --list
2.3.3
2.3.4
2.4.0-dev
2.4.0-preview1
2.4.0-preview2
2.4.0-preview3
2.4.0-rc1
2.4.0
2.4.1
2.5.0-dev

あった :laughing:

$ rbenv install 2.4.1

できた :laughing:

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