-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Set JULIA_PYTHONCALL_EXE=$CONDA_PREFIX/bin/python on activate #234
base: main
Are you sure you want to change the base?
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
why? |
@cjdoris , I would appreciate your thoughts on setting the environment variable when we have
|
which python
on activate
Otherwise, PythonCall.jl via CondaPkg.jl would create a new conda environment. Presumably one would want to default to using the current conda environment if we're already managing Julia in that conda environment rather than create a new one. |
Seems reasonable. Beware that this means PythonCall will not use CondaPkg, and therefore all the dependencies you need must already be installed into the pre-existing Conda environment. But I assume this is the intention anyway. You probably also want to set |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)