Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 2306

Macaulay2-1.3.1-8.fc15.i686.rpm

-- -*- M2-comint -*- {* hash: -231265696 *}

i1 : run "M2 --help";
usage:
    M2 [option ...] [file ...]
options:
    --help             print this brief help message and exit
    --no-backtrace     print no backtrace after error
    --copyright        display full copyright messasge
    --no-debug         do not enter debugger upon error
    --dumpdata         read source code, dump data if so configured, exit (no init.m2)
    --no-loaddata      don't try to load the dumpdata file
    --int              don't handle interrupts
    --notify           notify when loading files during initialization
                       and when evaluating command line arguments
    --no-prompts       print no input prompts
    --no-readline      don't use readline
    --no-setup         don't try to load setup.m2 or to loaddata
    --no-personality   don't set the personality and re-exec M2 (linux only)
    --prefix DIR       set prefixDirectory
    --print-width n    set printWidth=n (the default is the window width)
    --restarted        used internally to indicate this is a restart
    --script           as first argument, interpret second argument as name of a script
                       implies --stop, --no-debug, --silent and -q
                       see scriptCommandLine
    --silent           no startup banner
    --stop             exit on error
    --texmacs          TeXmacs session mode
    --version          print version number and exit
    -q                 don't load user's init.m2 file or use packages in home directory
    -E '...'           evaluate expression '...' before initialization
    -e '...'           evaluate expression '...' after initialization
    --top-srcdir '...' add top source or build tree '...' to initial path
environment:
    M2ARCH             a hint to find the dumpdata file as
                       bin/../cache/Macaulay2-$M2ARCH-data, where bin is the
                       directory containing the Macaulay2 executable
    EDITOR             default text editor
    LOADDATA_IGNORE_CHECKSUMS (loaddata: disable verification of memory map checksums)
    COMPAREVDSO               (loaddata: enable verification for the vdso segment)
    LOADDATA_DEBUG            (loaddata: verbose debugging messages)

i2 :