I have a ssh dask.distributed cluster with a main computer containing all modules for my script and another one with only a few, including dask itself of course.
Is it possible to change the syspath of the other computer so that it also looks for modules in the main one? Of course, I could simply upload them via sftp but since I keep making a lot of modules that would be very annoying to do repeatedly.