[NO TESTS] WIP

This commit is contained in:
Reid 'arrdem' McKenzie 2024-05-13 22:31:23 -06:00
commit 1ad35f95f1
7 changed files with 57 additions and 14 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.11"
PYTHONREV="3.12"
CMD="python${PYTHONREV}"
if [ -x "$(command -v "$CMD")" ]; then