Re: Ruby Gems ERROR: could not find rush locally or in a repository
by Bparanj@Gmail.Com other posts by this author
May 7 2008 5:51PM messages near this date
Re: How to get to the beginning in irb
|
"Real" Differences Between Python & Ruby
On May 7, 5:20Â pm, "bpar...@gmail.com" <bpar...@[...].com> wrote:
> I am on Leopard and when I do sudo gem install rush I get the above
> error message. Suddenly something is messed up with the Ruby Gems. I
> tried to follow Chad Fowler's suggestion on mailing list archive
> (2004). I reinstalled the Ruby Gems by following Hivelogic article
> with no luck.
>
> Â Any ideas on how I can fix it? TIA.
Never mind. I fixed it. I had to do this:
gem sources -r http://gems.github.com/
|