Merry Chipmunks
This commit is contained in:
parent
cd28e3dafe
commit
adf58a2b7d
18 changed files with 878 additions and 253 deletions
tools/python
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue