From: pere.noel@... (=?ISO-8859-1?Q?Une_b=E9vue?=) Date: 2005-12-29T23:17:55+09:00 Subject: Re: No such file to load -- rubygems Jim Weirich wrote: > Obvious question ... have you installed rubygems into the new Ruby > instance? It looks like you might have a gems install hanging around > from an earlier version of Ruby (i.e. it is finding the "gem" command), > but its not finding the rubygems.rb library. thanks i found it ! the default ruby wasn't the latest one )) where i did install rubygems... i had only to change the PATH from : export PATH=PATH:/usr/local/bin:/Users/yvon/bin to : export PATH=/usr/local/bin:/Users/yvon/bin:PATH now i get /usr/local/bin/ruby (the latest 1.8.4)... -- une b�vue