Yes, There is relation between that. Please do only: export GEM_HOME=/usr/local/lib/ruby/gems/1.8
and try again, so that will export another path's. Thanks- Shrii On Feb 2, 1:59 pm, Raimon Fs <[email protected]> wrote: > Shrikant Lokhande wrote: > > Hello Guys, > > > It seems to need export path of ruby, rubygems Library. > > This is just Example How to export Path: > > --------------------------------------------------------------------- > > export GEM_HOME=/usr/local/rubygems/gems > > export GEM_PATH=/usr/local/rubygems/gems > > export RUBYLIB=/usr/local/rubygems/lib > > export PATH=/usr/local/rubygems/gems/bin:/usr/local/rubygems/bin:$PATH > > --------------------------------------------------------------------- > > Because I don't know your server environment. may be its /usr/local/ > > lib/ruby/ So please confirm and export that should work. > > Let me know if i can help you. > > > Thanks- > > Shrii > > > On Feb 2, 12:09 pm, Raimon Fs <[email protected]> > > my current paths: > > debian:~# find / -name 'ruby' -print > /usr/bin/ruby > /usr/lib/ruby > /usr/share/doc/ruby > debian:~# find / -name 'rubygems' -print > /usr/lib/ruby/1.8/rubygems > debian:~# > > ebian:~# find /usr/ -name 'rails' -print > /usr/bin/rails > /usr/share/rails > /usr/share/rails/railties/bin/rails > /usr/share/rails/railties/lib/rails > /usr/share/rails/railties/builtin/rails_info/rails > /usr/share/doc/rails > /usr/share/doc/rails/html/files/vendor/rails > /usr/share/doc-base/rails > /usr/share/lintian/overrides/rails > > the problem was it wasn't working and now I see that my find commands > were wrong, I don't know if it was simply a path problem, so I installed > rails with aptitude and later upgraded it with gem upgrade rails > > but, my initial question was about rails and not ruby or rubygems ... > > thanks ! > > r, > -- > Posted viahttp://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 -~----------~----~----~----~------~----~------~--~---

