Skip to content

Commit 60a77f1

Browse files
committed
Some echo statements in install_rms.sh to help debugging.
1 parent 2640bc9 commit 60a77f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

install_rms.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ export PYTHON_JULIAPKG_EXE="$(which julia)"
5353

5454
conda install -y conda-forge::pyjuliacall
5555

56+
echo "Environment variables referencing JULIA:"
5657
env | grep JULIA
5758

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

61+
echo "Checking if ReactionMechanismSimulator is installed in the current conda environment for Python usage..."
6062
python -c "from juliacall import Main; import sys; sys.exit(0 if Main.seval('Base.identify_package(\"ReactionMechanismSimulator\") !== nothing') and print('ReactionMechanismSimulator is installed in $current_env') is None else 1)"

0 commit comments

Comments
 (0)