I have a MaterialsScript library that I need to load. I have it within the set of job files, so that it is copied over to the server upon execution, which puts it in ./
I'd like to make the script more general, so that I can add this folder to my path with "use lib './
I don't see where this variable is documented in the manual, so I am wondering if this is possible?
Thank you.