From: ts Date: 2005-09-26T23:07:54+09:00 Subject: Re: Linux install of 1.8.2 >>>>> "M" == Mark Volkmann writes: M> It assumes that I installed Ruby in /usr/local. I don't have M> permission to do that. I installed it under my home directory. How M> can I tell it to look there instead? Change the PATH variable, something like (if it's in $HOME/local/bin) export PATH=$HOME/local/bin:$PATH Guy Decoux