1M2(1) Macaulay2 M2(1)
2
3
4
6 M2 - start Macaulay2, a software system for algebraic geometry
7 research.
8
9
11 M2 [option ...] [file ...]
12
14 The command M2 starts Macaulay2, which is a software system devoted to
15 supporting research in algebraic geometry and commutative algebra.
16
17
18 Options
19 --help print this brief help message and exit
20
21 --no-backtrace
22 print no backtrace after error
23
24 --copyright
25 display full copyright messasge
26
27 --no-debug
28 do not enter debugger upon error
29
30 --debug n
31 debug warning message n by signalling an error
32
33 --int don't handle interrupts
34
35 --notify
36 notify when loading files during initialization and when evalu‐
37 ating command line arguments
38
39 --no-prompts
40 print no input prompts
41
42 --no-readline
43 don't use readline
44
45 --no-setup
46 don't try to load setup.m2
47
48 --no-threads
49 don't start any additional threads (or tasks)
50
51 --prefix DIR
52 set prefixDirectory
53
54 --print-width n
55 set printWidth=n (the default is the window width)
56
57 --script
58 as first argument, interpret second argument as name of a script
59 implies --stop, --no-debug, --silent and -q see scriptCommand‐
60 Line
61
62 --silent
63 no startup banner
64
65 --stop exit on error
66
67 --texmacs
68 TeXmacs session mode
69
70 --version
71 print version number and exit
72
73 -q don't load user's init.m2 file or use packages in home directory
74
75 -E '...'
76 evaluate expression '...' before initialization
77
78 -e '...'
79 evaluate expression '...' after initialization
80
81 -x example prompts, don't use readline
82
83
85 The documentation for Macaulay2 is available locally starting in ${pre‐
86 fix}/share/doc/Macaulay2/Macaulay2Doc/html/index.html, where ${prefix}
87 is replaced by the directory prefix used when the package was
88 installed. The directory is available as the value of the Macaulay2
89 variable prefixDirectory, but the best way to get to the documentation
90 is to run the command viewHelp in Macaulay2.
91
92 The home page for Macaulay2 is http://www.math.uiuc.edu/Macaulay2/.
93
94
96 Macaulay2 is written by Daniel R. Grayson and Michael E. Stillman with
97 generous support of the National Science Foundation, for which we are
98 grateful.
99
100
102 Macaulay2 is copyright 2019 by Daniel R. Grayson and Michael E. Still‐
103 man. We permit you to use it under the terms of the GNU General Public
104 License, version 2 or version 3, as published by the Free Software
105 Foundation. This is free software. There is no warranty; not even for
106 merchantability or fitness for a particular purpose.
107
108
109
110
111Macaulay2-1.16 M2(1)