1
5

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.

rvmコマンド

Posted at

#情報

##rvm list known
導入可能なruby一覧。

##rvm list
導入済みのruby一覧。

#rubyインストール

##rvm install VERSION
例:rvm install 1.9.3

#切替

##rvm use VERSION
ruby切替。
rvm VERSION でも可。

##rvm system
システムのRubyに戻す。
rvm reset も同じ。

#設定

##rvm --default VERSION
デフォルトのrubyを設定。

##rvm --default system
システムのrubyをデフォルトに設定。

#gemset

##rvm gemset list
gemset一覧。

##rvm gemset create GEMSET
gemset作成。

##rvm gemset use GEMSET
gemset切替。

##rvm VERSION@GEMSET
ruby&gemset切替。

#その他

##rvm get latest
最新バージョンへアップデート。

##rvm requirements
必要なライブラリをインストール。

#.rvmrcで自動切替
.rvmrcがあるディレクトリ以下に移動すると自動で切替。

.rvmrc
rvm VERSION@GEMSET
1
5
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
1
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?