3
2

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 1 year has passed since last update.

rbenv: version `バージョン' is not installed

Posted at

対象バージョンがインストールされていないのでインストールします。
今回の場合は3.1.0をインストールします。

% rbenv install 3.1.0

適用するバージョンの指定
rbenv versionsを実行すると現在適用されているバージョンを確認することができます。
現在では2.6.5が適用されているようです。

% rbenv versions

  system
  2.5.8
* 2.6.5 (set by /Users/~~/.ruby-version)
  3.0.3
  3.1.0

以下のコマンドで対象のバージョンに指定できます。

% rbenv local 3.1.0

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?