# rbenvのインストール
$ anyenv install rbenv
# 初期化処理をzshrc記述
$ echo 'eval "$(rbenv init -)"' >> ~/.zshrc
# インストールできるRubyの一覧表示
$ rbenv install -l
# 3.1.0をインストール
$ rbenv install 3.1.0
# ~/.rbenv/versions/*/bin/ 以下のファイルを ~/.rbenv/shims/ 以下にコピー
$ rbenv rehash
# グローバル指定
$ rbenv global 3.1.0
# バージョンの確認
$ ruby -v
More than 1 year has passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme