I'm trying to install a ruby on rails application; I need ruby, gems and the like
the Centos system had ruby installed in /usr/bin the original ruby was too back level; I've installed new ruby source and installed 'as is' (defaulted to /usr/local/bin) I've deinstalled original with rpm -e ruby 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 ? -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
