LoginSignup
5
5

More than 5 years have passed since last update.

rvmのインストール・使い方

Posted at

インストール

$ curl -L https://get.rvm.io | bash -s stable
$ source ~/.rvm/scripts/rvm
$ rvm requirements

rubyインストール

$ rvm install 2.0.0

コマンド一覧

  • インストール可能なもの一覧
    $ rvm list known
  • インストール済み
    $ rvm list
5
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
5
5