Skip to content

Commit

Permalink
DROP ME debugging rmgpy import from julia
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 authored and JacksonBurns committed Mar 31, 2024
1 parent 9a64862 commit 685168f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .conda/build.sh
Expand Up @@ -23,7 +23,23 @@ fi
make install
export PYTHON=$PREFIX/bin/python
export PYTHONPATH=$SRC_DIR:$PYTHONPATH
echo "testing rmgpy"
python -c "from rmgpy.molecule import Molecule"

echo "pythonpath"
echo $PYTHONPATH
echo "python"
echo $PYTHON


python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
echo "current python"
which python
echo "julia python"
julia -e "using PyCall; println(PyCall.PYTHONHOME)"
echo "retest rmgpy"
python -c "from rmgpy.molecule import Molecule"

julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'

set +x

0 comments on commit 685168f

Please sign in to comment.