[NO TESTS] WIP

This commit is contained in:
Reid 'arrdem' McKenzie 2023-05-10 22:46:01 -06:00
commit b44f00bb4f
9 changed files with 132 additions and 100 deletions
tools/python

View file

@ -4,7 +4,7 @@
# But ... that's exactly what we want to do.
# So this script exists to find a 'compliant' Python install and use that.
PYTHONREV="3.10"
PYTHONREV="3.11"
CMD="python${PYTHONREV}"
if [ -x "$(command -v "$CMD")" ]; then