next | previous | forward | backward | up | top | index | toc | directory | Macaulay 2 web site

setNmzExecPath -- sets the path to the executable for normaliz

Synopsis

Description

This is absolutely necessary if it is not in the search path. Note that the string should not contain ~or $ since Macaulay 2 seems to have problems with such paths.
i1 : setNmzExecPath("$HOME/normaliz/bin");  -- Unix
i2 : setNmzExecPath("d:/normaliz/bin"); -- Windows
i3 : getNmzExecPath() 

o3 = d:/normaliz/bin/
The last / is added if necessary. The paths in the examples are veraltet.

See also

Ways to use setNmzExecPath :