[therion] Re: xtherion.ini not found

Olly Betts olly at survex.com
Thu Mar 3 16:57:28 CET 2005


On Thu, Mar 03, 2005 at 02:27:17PM +0100, Roman Mu?oz wrote:

>> Also, $THERION is not set.


If you want THERION to be set, you need to set it yourself.  That's how
environment variables work on UNIX - there isn't really a sensible
mechanism for a program to add one when it is installed.  Assuming your
shell is bash, put this in your .bashrc:

export THERION=/path/to/therion

This will then be set in any new shells you start.  To reread for an
existing shell, type:

. ~/.bashrc

which will run the commands in that file.

Cheers,
    Olly





More information about the Therion mailing list