We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a64862 commit 685168fCopy full SHA for 685168f
.conda/build.sh
@@ -23,7 +23,23 @@ fi
23
make install
24
export PYTHON=$PREFIX/bin/python
25
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
35
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
42
43
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'
44
45
set +x
0 commit comments