Click to See Complete Forum and Search --> : in KDE office gnumeric


Ksmith- Tx
11-04-2001, 01:52 AM
i need to set the enviromental variable GNUMERIC_ENABLE_XL_OVERWRITE how do i do this??? thanks

scanez
11-04-2001, 02:08 AM
Originally posted by Ksmith- Tx:
<STRONG>i need to set the enviromental variable GNUMERIC_ENABLE_XL_OVERWRITE how do i do this??? thanks</STRONG>
What shell are you using? If you don't know, type

echo $SHELL

from a prompt. Then we can tell you how to set it.

SC

Ksmith- Tx
11-04-2001, 02:16 AM
/bin/bash

bdg1983
11-04-2001, 05:56 AM
You can add the variable to ~/.profile or .bashrc

GNUMERIC_ENABLE_XL_OVERWRITE="variable value"

export GNUMERIC_ENABLE_XL_OVERWRITE

Ksmith- Tx
11-04-2001, 07:00 AM
tried GNUMERIC_ENABLE_XL_OVERWRITE=.bashrc GNUMERIC_ENABLE_XL_OVERWRITE TRIED with all small letters tried with = .bashrc (with a space) tried the ~/.profile it seem to take all but the one with the space but still says NO...must add variable......

???????????

bdg1983
11-04-2001, 04:34 PM
Huh?

You said you need to set the variable GNUMERIC_ENABLE_XL_OVERWRITE.

What do you need to set it to?

I just suggested the files to add the variable definition to so the variable will be set whenever you logon.