Re: texmacs interface
root <[email protected]> Mon, 10 Nov 2008 11:24:32 -0500
| Newsgroups | gmane.comp.mathematics.axiom.user |
|---|---|
| Message-ID | <[email protected]> |
You can run Axiom from the command line by setting two environment variables to point to the executable. The first variable is used by Axiom to find its libraries: export AXIOM=(pathToThe mnt directory)/ubuntu e.g. export AXIOM=/usr/local/axiom/mnt/ubuntu and setting the PATH: export PATH=$AXIOM/bin:$PATH and then type: axiom Tim