Skip to content

Commit ab2f408

Browse files
committed
don't allow rms to install anything in the conda environment; we have
1 parent cc0f895 commit ab2f408

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

install_rms.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77

88
# actual steps
99
conda install -y conda-forge::pyjuliacall
10-
export JULIA_CONDAPKG_BACKEND=Current
11-
export JULIA_CONDAPKG_EXE=$CONDA_EXE
10+
# export JULIA_CONDAPKG_BACKEND=Current
11+
# export JULIA_CONDAPKG_EXE=$CONDA_EXE
12+
# export JULIA_PYTHONCALL_EXE=$CONDA_PREFIX/bin/python
13+
14+
# https://juliapy.github.io/PythonCall.jl/stable/pythoncall/#If-you-already-have-Python-and-required-Python-packages-installed
15+
export JULIA_CONDAPKG_BACKEND=Null
1216
export JULIA_PYTHONCALL_EXE=$CONDA_PREFIX/bin/python
17+
1318
julia -t 1 -e 'using Pkg; Pkg.add(Pkg.PackageSpec(name="ReactionMechanismSimulator", url="https://github.com/hwpang/ReactionMechanismSimulator.jl.git", rev="fix_installation")); using ReactionMechanismSimulator'

0 commit comments

Comments
 (0)