Re: Re: *PYTHONPATH (was: Re: Will's ark-world script)
Harlan Stenn <[email protected]>
| Newsgroups | gmane.comp.sysutils.ark.devel |
|---|---|
| Message-ID | <[email protected]> |
I think that other envariables should/might be allowed, it's just that the "shortest" way to specify things would be via a config file. In other words, if the config file sets the debug level to 0 in ARK_PROFILE and no ARK_DEBUG variable exists, then the debug leve is 0. OTOH, if ARK_PROFILE exists as above *and* ARK_DEBUG=3, then the envariable value overrides the value in the config file. H