2
0

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.

Rubyのインストール(Windows編)

Last updated at Posted at 2019-04-12

前提条件

  • Windowsを使用している
  • OS種別(64bit or 32bit)確認済み
  • パソコンにRubyがインストールされていない

手順

手順1:RubyInstallerのダウンロード

以下のサイトからダウンロードできます。
RubyInstallerホームページ

  • 「ダウンロード」 → 「WITHOUT DEVKIT」の欄から以下の通り選択
    • 64bitOSの場合:[x64]を選択
    • 32bitOSの場合:[x86]を選択
  • なお、本記事ではRubyのバージョンを「2.6.1-1」とします。

手順2:Rubyインストール

  • ダウンロードしたファイルを実行

    • 「rubyinstaller-2.6.1-1-x64.exe」
  • 「I accept the License」にチェックして「Next」をクリック
    setup_ruby.png

  • 「Run ~」の文章のチェックを外してから「Finish」をクリック
    setup_ruby2.png

手順3:Rubyインストール確認

  1. スタートメニューから「コマンドプロンプト」を起動
  2. コマンド(ruby -v)を入力
  3. ruby 2.6.1p33 (2019-01-30 revision 66950) [x64-mingw32] みたいに出力されればOK

注意点

  • OS種別(64bit or 32bit)を間違えると正常に動作しなくなる可能性があるよ!!ヽ(・ω・)/ズコー

まとめ

Rubyのインストール方法はたくさんあるんですけど、
しっかりと勉強したい場合はローカルマシンで環境構築しましょう!
そもそもRubyプログラミングにおいてはWindowsは不向きなんですけどね、、、()
※開発チーム間で環境を共有する場合はDockerやVagrantを検討しましょう!

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?