Merry Chipmunks

This commit is contained in:
Reid 'arrdem' McKenzie 2024-12-26 03:33:13 -07:00
commit adf58a2b7d
18 changed files with 878 additions and 253 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.12"
PYTHONREV="3"
CMD="python${PYTHONREV}"
if [ -x "$(command -v "$CMD")" ]; then