From: Andrei Caragea Date: 2010-03-03T20:27:02+09:00 Subject: Gem Path remove Hello Everyone, I'm having trouble installing gems because of a gem path. C:\>gem install watir ERROR: While executing gem ... (Errno::EACCES) Permission denied - Z:/.gem C:\>gem env RubyGems Environment: - RUBYGEMS VERSION: 1.3.1 - RUBY VERSION: 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32] - INSTALLATION DIRECTORY: C:/Ruby/lib/ruby/gems/1.8 - RUBY EXECUTABLE: C:/Ruby/bin/ruby.exe - EXECUTABLE DIRECTORY: C:/Ruby/bin - RUBYGEMS PLATFORMS: - ruby - x86-mswin32-60 - GEM PATHS: - C:/Ruby/lib/ruby/gems/1.8 - Z:/.gem/ruby/1.8 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :benchmark => false - :backtrace => false - :bulk_threshold => 1000 - REMOTE SOURCES: - http://gems.rubyforge.org/ In my GEM PATHS theres Z:/.gem/ruby/1.8 Can anyone tell me how to remove that path? because that is a network drive to which I will never have write access. Thank you. -- Posted via http://www.ruby-forum.com/.