Skip to content

Commit fc9d125

Browse files
committed
[RMS] Reverted JULIA_CONDAPKG_BACKEND to Null
1 parent 5348faf commit fc9d125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install_rms.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ echo "Current conda environment: $current_env"
4343

4444
# Set environment variables for the current environment, for future uses
4545
# 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
4747
conda env config vars set JULIA_CONDAPKG_EXE=$(which conda)
4848
conda env config vars set JULIA_PYTHONCALL_EXE=$CONDA_PREFIX/bin/python
4949
conda env config vars set PYTHON_JULIAPKG_EXE=$(which julia)
5050
conda env config vars set PYTHON_JULIAPKG_PROJECT=$CONDA_PREFIX/julia_env
5151
# Also export for current shell/session (needed for Docker/non-interactive use)
52-
export JULIA_CONDAPKG_BACKEND=Current
52+
export JULIA_CONDAPKG_BACKEND=Null
5353
export JULIA_CONDAPKG_EXE="$(which conda)"
5454
export JULIA_PYTHONCALL_EXE="$CONDA_PREFIX/bin/python"
5555
export PYTHON_JULIAPKG_EXE="$(which julia)"

0 commit comments

Comments
 (0)