Before running analyses you need to add some environment variables to your shell.
The command to do this depends on whether your shell is a Bourne shell or a C shell.
echo $SHELL
On Bourne shells, use the . (dot) command to source the environment into the current shell:
. /opt/Autodesk/moldflow/ami2015/etc/MFENV.sh
/opt/Autodesk/moldflow/ami2015.
Alter the above path if your installation is in a different locationThese settings will apply until you close this shell.
On C shells, use the source command to source the environment into the current shell:
source /opt/Autodesk/moldflow/ami2015/etc/MFENV.csh
/opt/Autodesk/moldflow/ami2015.
Alter the above path if your installation is in a different location.These settings will apply until you close this shell.
It is assumed that you are using a Bourne shell derivative.
Use the . (dot) command to source the environment into the current shell:
. /path/to/installed/files/mfclient.env
These settings will apply until you close this shell.