Hi there,
how can I delete the second path (/home/tom/.gem/ruby/1.8) of "GEM PATHS:" ?
Here's the output of "$ gem env":
RubyGems Environment:
- RUBYGEMS VERSION: 1.3.5
 - RUBY VERSION: 1.8.7 (2009-06-12 patchlevel 174) [i486-linux]
 - INSTALLATION DIRECTORY: /usr/lib/ruby/gems/1.8
 - RUBY EXECUTABLE: /usr/bin/ruby1.8
 - EXECUTABLE DIRECTORY: /usr/bin
 - RUBYGEMS PLATFORMS:
- ruby
 - x86-linux
 
 - GEM PATHS:
- /usr/lib/ruby/gems/1.8
 - /home/tom/.gem/ruby/1.8
 
 - GEM CONFIGURATION:
- :update_sources => true
 - :verbose => true
 - :benchmark => false
 - :backtrace => false
 - :bulk_threshold => 1000
 
 - REMOTE SOURCES:
 
Thanks a lot! Tom