Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use existing julia install #489

Closed
adienes opened this issue Apr 16, 2024 · 1 comment
Closed

use existing julia install #489

adienes opened this issue Apr 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@adienes
Copy link

adienes commented Apr 16, 2024

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. ?

@adienes adienes added the enhancement New feature or request label Apr 16, 2024
@cjdoris
Copy link
Collaborator

cjdoris commented Apr 18, 2024

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

@cjdoris cjdoris closed this as completed Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants