I'm currently working on a remote server (through ssh) and I need to load some modules (module load [package1][package2] ecc). Specifically, it's required the numpy version 1.15.2, but in the directory containing all the numpy versions there are only 1.14.0 versions.
Anyway, I was able to get the package numpy/1.15.2--python--3.6.4 (which I obviously don't have permission to copy in the directory containing the other versions of numpy) so I was wondering if I could (and how) temporarely change the enviromental variable path in order to specify, only in that case, where the "module load" should look for, instead of the usual repository like for other modules.