I have installed Trelis 16.3 on a server that is running linux. I would like to run a script file that uses numpy but, contrary to the MacOS version, numpy is not included in the package. How do I link my local installation of numpy to Trelis?
Thanks
You might try the following:
- Assuming numpy for python 2.7 is installed, you can set PYTHONPATH=/usr/lib64/python2.7/site-packages before starting Trelis to see if that works.
if it doesn’t work, then
- Build numpy for python 2.7. Instructions for doing #2 can be found online.