In my .zshenv I've tried adding an environment variable by adding the following line
export XPRESSDIR='/Applications/FICO\ Xpress/Xpress\ Workbench.app/Contents/Resources/xpressmp'
I've also tried
export XPRESSDIR='/Applications/FICO\ Xpress/xpressmp'
But each time I Pkg.build("Xpress"), I get an error message telling me about my environment variable for XPRESSDIR
ERROR: Error building Xpress
:
ERROR: LoadError: Unable to locate Xpress installation.
Please check your enviroment variable XPRESSDIR.
Thanks