From: Michael Linfield Date: 2007-10-22T07:25:26+09:00 Subject: Re: how to setup path Thomas Adam wrote: > On 21/10/2007, Michael Linfield wrote: >> Junkone wrote: >> > ruby path >> > Changing the shebang would only change where to find the ruby > interpreter, _not_ where Ruby itself looked for its libraries. Of > course, there's every need during development to have various files > under some non-standard location (such as > ~/projects/ruby/my_new_library) -- it is at this point that adding to > $LOAD_PATH is the right thing to do. :) > > -- Thomas Adam Thanks, good to know! :D -- Posted via http://www.ruby-forum.com/.