JuliaPy / PythonCall.jl

Python and Julia in harmony.
https://juliapy.github.io/PythonCall.jl/stable/
MIT License
715 stars 61 forks source link

use existing julia install #489

Closed adienes closed 2 months ago

adienes commented 2 months ago

I am trying to install Julia + some packages in a a docker image, and run it in python with juliacall

there seems to be quite a lot of magic going on with automatically creating new environments, downloading packages, etc. etc.

I don't want any of that. is there a way to ask juliacall to "just please use this julia environment" and go ahead and fail if there are any version incompatibilities etc. ?

cjdoris commented 2 months ago

Yep, check out the docs for juliapkg, which handles all that installation: https://github.com/JuliaPy/pyjuliapkg