2
4

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.

uruでRubyを切り替えできるようにする

Posted at

使い方から何もわからなかったのでとりあえずメモ。
困った人の役に立ったらいいな。

環境:Windows10

Rubyのインストール

RubyInstallerからRubyをインストールしました。

RubyInstaller

RubyInstallerをダウンロードしたら実行してRubyをインストールする。
Pathは通さない。

uruのインストール

uru_rtをダウンロード

uru

7zipされてるから解凍。

ダウンロードしたファイルを配置

解凍したら中のexeファイルをC直下に作ったフォルダに入れます。

私はC:\ruby_uru\uruという感じに置きました。
そしたらここにPathを通します。

ついでにRubyもC:\ruby_uru\Ruby26-64という感じで置きました。これが良いか悪いかは知らない。

uruをインストール

cdでuruのあるところに移動後、以下のコマンドを実行します。

uru_rt admin install

これでuru.batやらが出来ていることを確認。

uruの設定

uruにRubyの登録

以下コマンドを実行します。

uru admin add C:\ruby_uru\Ruby26-x64\bin --tag Ruby26

オプションのtagは切り替えるときに使う名前らしいです。

登録できたか確認するには、以下コマンド

uru ls

登録したRubyが出てくればOK

Rubyの切り替えコマンド

Rubyのバージョンを切り替えるときは以下コマンド

uru Ruby26

ここでさっきのtagが使える

これで指定したRubyが動かせるようになるはず。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?