sage
command. This starts a customized version of the
IPython shell, and imports many functions and classes, so they are
ready to use from the command prompt. Further customization is
possible by editing the SAGE_ROOT/ipythonrc
file. Upon
starting Sage you get output similar to the following:
---------------------------------------------------------------------- | SAGE Version 3.0.2, Release Date: 2008-05-24 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- sage:
quit
or exit
.
sage: quit Exiting SAGE (CPU time 0m0.00s, Wall time 0m0.89s)
Note:
Avoid killing a Sage process with kill -9
from a terminal,
since Sage might not kill child processes, e.g.,
Maple processes, or cleanup temporary files from
$HOME/.sage/tmp
.