This is absolutely necessary if it is not in the search path. Note that the string should not contain $ since Macaulay 2 seems to have problems with such paths.
i1 : setNmzExecPath("~/Normaliz2.1Linux"); -- Unix
|
i2 : setNmzExecPath("d:/Normaliz2.1Windows"); -- Windows
|
i3 : getNmzExecPath()
o3 = d:/Normaliz2.1Windows/
|
i4 : setNmzExecPath("") --reset
|
The last
/ is added if necessary.