Update python_universal_tester.sh

Add comments. In this context `universal` is specific to MacOS, which I do realize, but I often use `universal` to mean "cross-platform", which is confusing in this context.
This commit is contained in:
JGStew
2022-08-15 15:05:33 -04:00
committed by Nick McSpadden
parent 8e011b7f55
commit 1f5bfe0886
+2
View File
@@ -1,4 +1,6 @@
#!/bin/bash
# This applies to macOS only.
# This is to determine which python packages have binaries that do not work on both x86_64 and ARM64 CPUs.
[[ $1 == *"3."* ]] && echo "Using Python $1" || (echo "Invalid Python version" && exit 1)