On Thu, Jun 4, 2009 at 2:24 PM, Doug Lilla <[email protected] > wrote:
> > Conrad Taylor wrote: > > On Thu, Jun 4, 2009 at 7:08 AM, Doug Lilla > > <[email protected] > >> wrote: > > > >> >> > >> > gem -v > >> > >> > > If that's the case, why are your error messages referencing files in > > > > /Users/douglilla/.gem > > > > instead > > > > <parent_directory_of_gem_repository>/gem > > > > Usually, this happens when you do not perform the installation of gems > > as root and the gem executable will use ${HOME}/.gem as the fallback. > > OK, what's does the following produce? > > > > gem environment > > > > -Conrad > > > Here's what the command gem environment lists: > > Doug-Lillas-Computer:~ douglilla$ gem environment > RubyGems Environment: > - RUBYGEMS VERSION: 1.3.4 > - RUBY VERSION: 1.9.1 (2009-05-12 patchlevel 129) > [powerpc-darwin9.6.0] > - INSTALLATION DIRECTORY: /usr/local/lib/ruby/gems/1.9.1 > - RUBYGEMS PREFIX: > /usr/local/lib/ruby/gems/1.9.1/gems/rubygems-update-1.3.4 > - RUBY EXECUTABLE: /usr/local/bin/ruby > - EXECUTABLE DIRECTORY: /usr/local/bin > - RUBYGEMS PLATFORMS: > - ruby > - powerpc-darwin-9 > - GEM PATHS: > - /usr/local/lib/ruby/gems/1.9.1 > - /Users/douglilla/.gem/ruby/1.9.1 > - 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/ > > I guess I will need to reinstall? My set-up was working fine until I > upgraded. Thanks for your help! > > DL > DL, please try doing the following: rm -rfi ${HOME}/.gem -Conrad > > -- > Posted via http://www.ruby-forum.com/. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

