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

Updated pyhton location.

parent 2e03e895
No related branches found
No related tags found
No related merge requests found
# benchmark setup script
PYTHON=`which python3`
if [ ! -f $PYTHON ] ; then
PYTHON="/usr/bin/python3.9"
fi
PIP=`which pip`
GIT=`which git`
......
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