Closed
Description
pyjulia
allows starting julia with a system image, like this Julia(sysimage=sys_image_path)
. Is something like this possible in juliacall?
I've started a project with pyjulia. I include a subdirectory and Julia code to compile a system image with PackageCompiler
. I include a python function that performs all the steps, instantiating the compilation project and doing the compilation. Then, when my python module is imported the next time and the custom system image is found, it is used. It would be great to be able to do something like this with pythoncall.