Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: REBOL_HOME

From: tim-johnsons:web at: 28-Mar-2009 8:02

On Friday 27 March 2009, mumpsoid-gmx.com wrote:
> I set the REBOL_HOME env. var. to point to $HOME/rebol where I want > all my REBOL scripts scripts to live. Either the interpreter does not > recognize this env. var. or I'm missing something, cuz when I do: > > load %blah.r => no joy > load rebol/%blah.r => no joy > > Do I need to specify the complete path for REBOL to find files? > Anybody else having issues with REBOL_HOME?
I've used rebol on linux for over 8 years. I never did get REBO_HOME to work. I've gotten used to a customized user.r which is either loaded explicitly as in load %/some/path/to/user.r or resides in the same directory as the executable script. Even with a cgi script, the rebol binary appears to check for a user.r in the same directory as the script. I went on to customize user.r with a system path variable and an import scheme. Code available if you want. [tim: almost-60]