We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614caaa commit cab24e3Copy full SHA for cab24e3
configure.sh
@@ -35,8 +35,9 @@ else
35
fi
36
if [[ $LARCV_PYVERSION -gt 2 ]]
37
then
38
- minor=$(python3 -c "import sys; print(sys.version_info.minor)")
39
- export LARCV_PYTHON_CONFIG=python${LARCV_PYVERSION}.${minor}-config
+ export LARCV_PYTHON_CONFIG=python3-config
+# minor=$(python3 -c "import sys; print(sys.version_info.minor)")
40
+# export LARCV_PYTHON_CONFIG=python${LARCV_PYVERSION}.${minor}-config
41
42
43
export LARCV_COREDIR=$LARCV_BASEDIR/larcv/core
0 commit comments