On 16/11/2007, Voytek Eymont <[EMAIL PROTECTED]> wrote: > > however, 'default search path' still keep looking for '/usr/bin/ruby' > > # whereis ruby > ruby: /usr/lib/ruby /usr/local/bin/ruby /usr/local/lib/ruby > # ruby --version > bash: /usr/bin/ruby: No such file or directory > # /usr/local/bin/ruby --version > ruby 1.8.6 (2007-09-23 patchlevel 110) [i686-linux] > > what's my best and easiest option: > > - rebuild 'new' ruby to /usr/bin ? > - symlink new files to where old was ? > - or should I pick a new hobby ?
- Add /usr/local/bin to PATH, that's why PATH is configurable. --Amos -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
