File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ echo "Current conda environment: $current_env"
43
43
44
44
# Set environment variables for the current environment, for future uses
45
45
# https://juliapy.github.io/PythonCall.jl/stable/pythoncall/#If-you-already-have-Python-and-required-Python-packages-installed
46
- conda env config vars set JULIA_CONDAPKG_BACKEND=Current
46
+ conda env config vars set JULIA_CONDAPKG_BACKEND=Null
47
47
conda env config vars set JULIA_CONDAPKG_EXE=$( which conda)
48
48
conda env config vars set JULIA_PYTHONCALL_EXE=$CONDA_PREFIX /bin/python
49
49
conda env config vars set PYTHON_JULIAPKG_EXE=$( which julia)
50
50
conda env config vars set PYTHON_JULIAPKG_PROJECT=$CONDA_PREFIX /julia_env
51
51
# Also export for current shell/session (needed for Docker/non-interactive use)
52
- export JULIA_CONDAPKG_BACKEND=Current
52
+ export JULIA_CONDAPKG_BACKEND=Null
53
53
export JULIA_CONDAPKG_EXE=" $( which conda) "
54
54
export JULIA_PYTHONCALL_EXE=" $CONDA_PREFIX /bin/python"
55
55
export PYTHON_JULIAPKG_EXE=" $( which julia) "
You can’t perform that action at this time.
0 commit comments