Load path

how do i change ruby’s load path, permanently?

···


tom sawyer, aka transami
transami@transami.net


keywords: modify change $LOAD_PATH

To my understanding, this must be done during an install,
specifically in ./configure.

Check out the options:
–with-sitedir
–with-search-path

Jim

···

On Sun, Sep 01, 2002 at 08:58:26PM +0900, Tom Sawyer wrote:

how do i change ruby’s load path, permanently?


tom sawyer, aka transami
transami@transami.net


keywords: modify change $LOAD_PATH


Jim Freeze
If only I had something clever to say for my comment…
~

Jim Freeze wrote:

···

On Sun, Sep 01, 2002 at 08:58:26PM +0900, Tom Sawyer wrote:

how do i change ruby’s load path, permanently?

Just set RUBYLIB. See the Ruby and its World chapter of the PickAxe.