Skip to content

Commit 685168f

Browse files
mjohnson541JacksonBurns
authored andcommitted
DROP ME debugging rmgpy import from julia
1 parent 9a64862 commit 685168f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.conda/build.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,23 @@ fi
2323
make install
2424
export PYTHON=$PREFIX/bin/python
2525
export PYTHONPATH=$SRC_DIR:$PYTHONPATH
26+
echo "testing rmgpy"
27+
python -c "from rmgpy.molecule import Molecule"
28+
29+
echo "pythonpath"
30+
echo $PYTHONPATH
31+
echo "python"
32+
echo $PYTHON
33+
34+
2635
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
36+
echo "current python"
37+
which python
38+
echo "julia python"
39+
julia -e "using PyCall; println(PyCall.PYTHONHOME)"
40+
echo "retest rmgpy"
41+
python -c "from rmgpy.molecule import Molecule"
42+
2743
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'
2844

2945
set +x

0 commit comments

Comments
 (0)