From: Hunt Jon Date: 2008-10-17T15:01:17+09:00 Subject: Re: Need help to install "linguistics" gem I'm still getting the same error. I downloaded the "Linguistics-1.0.5.gem.tar" file on my desktop. Then, I double-clicked and expanded and now there is a new directory "Linguistics-1.0.5.gem" on my desktop. Next, I launch Terminal and `cd` to desktop. `cd ~/Desktop`. Then, I run sudo gem install Linguistics-1.0.5.gem The error I get is: ERROR: could not find gem Linguistics-1.0.5.gem locally or in a repository I wonder where gem is searching locally. I may need to place the .gem directory somewhere specified. I ran `gem environment` and here's output. gem environment RubyGems Environment: - RUBYGEMS VERSION: 1.2.0 - RUBY VERSION: 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9] - INSTALLATION DIRECTORY: /opt/local/lib/ruby/gems/1.8 - RUBY EXECUTABLE: /opt/local/bin/ruby - EXECUTABLE DIRECTORY: /opt/local/bin - RUBYGEMS PLATFORMS: - ruby - x86-darwin-9 - GEM PATHS: - /opt/local/lib/ruby/gems/1.8 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :benchmark => false - :backtrace => false - :bulk_threshold => 1000 - :sources => ["http://gems.rubyforge.org/", "http://gems.github.com"] - REMOTE SOURCES: - http://gems.rubyforge.org/ - http://gems.github.com