Skip to content

Commit cc2c9ba

Browse files
committed
make juliapackage use our globally installed RMS package
1 parent 028ce64 commit cc2c9ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install_rms.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ export JULIA_PYTHONCALL_EXE=$CONDA_PREFIX/bin/python
1919

2020
julia -e 'using Pkg; Pkg.add(Pkg.PackageSpec(name="ReactionMechanismSimulator", url="https://github.com/hwpang/ReactionMechanismSimulator.jl.git", rev="fix_installation")); using ReactionMechanismSimulator; Pkg.instantiate()' | echo "RMS install error - continuing anyway ¯\_(ツ)_/¯"
2121

22-
# ensure that juliacall in Python uses the correct julia executable: https://github.com/JuliaPy/PyJuliaPkg?tab=readme-ov-file#which-julia-gets-used
22+
# ensure that juliacall in Python uses the correct julia executable and packages: https://github.com/JuliaPy/PyJuliaPkg?tab=readme-ov-file#which-julia-gets-used
2323
export PYTHON_JULIAPKG_EXE=$(which julia)
24+
export PYTHON_JULIAPKG_PROJECT=$HOME/.julia/packages

0 commit comments

Comments
 (0)