Created
June 5, 2012 11:25
-
-
Save katsuyoshi/2874460 to your computer and use it in GitHub Desktop.
Ruby 1.8.7でRubyGemsをインストール
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
・ 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