On Thu, 18 Nov 1999 [EMAIL PROTECTED] wrote:

> i have installed REBOL in /usr/local/ ...
> when i  used REBOL for the first time it created user.r in 
> REBOL_HOME ... which hapens to be .. /usr//local/rebol...
> now me being root .. i have absolutely .. no problem in using the user.r
> .. but .. now i have created a friends id who also wants to use REBOL
> .. but he has no user.r since roots user.r is not user readable ...
> i tried to do the same in his home directory .. but it didnot work ..
> how can i make different users use their own user.r ...???
> one way can be .. to set alias rebol= '/usr/local/rebol -w $HOME/user.r'
> this would fire REBOL using the localcopy of user.r ...
> is there any better way ......??? subhro
> 

The best way is to just add;
if his shell is a bourne based shell or takes bourne syntax
add the following to his .profile (zsh users .zshrc)
REBOL_HOME=$HOME
export REBOL_HOME

For CShell (tcsh csh tcslsh):
Add the folowing line to the users .cshrc

setenv REBOL_HOME $HOME


Reply via email to