Skip to content

Instantly share code, notes, and snippets.

@katsuyoshi
Created June 5, 2012 11:25
Show Gist options
  • Save katsuyoshi/2874460 to your computer and use it in GitHub Desktop.
Save katsuyoshi/2874460 to your computer and use it in GitHub Desktop.
Ruby 1.8.7でRubyGemsをインストール
・ https://github.com/rubygems/rubygems/tree/1.3.7.1 のZIPとかかれたボタンを押す。
・自動で解凍されない場合ダウンロード先でダブルクリックで解凍する
・ターミナルで cd まで入れたら上で解凍して出来たフォルダーをターミナルにドラックする。cdの後にはスペースが必要
・以下ターミナルの操作
sudo ruby setup.rb
sudo gem update --system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment