Skip to content
Snippets Groups Projects
Commit 2dbf1830 authored by Reiner Jung's avatar Reiner Jung
Browse files

More updates for python.

parent 94197b2a
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
PYTHON=`which python3` PYTHON=`which python3`
if [ ! -f $PYTHON ] ; then if [ ! -f $PYTHON ] ; then
PYTHON="/usr/bin/python3.9" PYTHON=`which python`
fi fi
PIP=`which pip` PIP=`which pip`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment