option, it says we can use the flag -J and point to a system image file. Is this possible to use such an image when calling Julia from python using pyjulia?
(GitHub - JuliaPy/pyjulia: python interface to julia)
You can call Julia’s C-API jl_init_with_image directly via ctypes (see AOT compiling using PackageCompiler - #5 by tkf) and then I think you can setup PyJulia with init_julia=False (not tested).