| 1 | initial version |
My guess is that /usr/local/bin is not in the user's PATH, but that's where msolve was installed. To repair this:
os.environ['PATH'] += ":/usr/local/bin" to append that directory to PATH. If this works, then alter your PATH in your shell's init file to make the change persistent.msolve, you can use ./configure --prefix=/path/to/someplace/else, to specify another location in which to install it, ideally some place that's already in your PATH. Maybe $HOME/.local?homebrew to install their version of msolve, and also follow the homebrew instructions to make sure that you permanently add the appropriate directories to your PATH.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.