28
33

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

rbenvでよく使うコマンドについて記載

#インストール済みバージョン一覧
$ rbenv versions

#インストール バージョン
$ rbenv version

#インストールできるバージョン一覧
$ rbenv install -l

#インストール
$ rbenv install 2.2.2

# 更新
$ rbenv rehash

#グローバルバージョン指定
$ rbenv global 2.2.2

#ディレクトリごとのバージョン指定
$ rbenv local 2.2.2

以上

28
33
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
28
33

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?