We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50ed39 commit 7bbc2acCopy full SHA for 7bbc2ac
1 file changed
do_checks.sh
@@ -3,7 +3,7 @@
3
set -e
4
5
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
6
-PYTHON=$(which python || which python3)
+PYTHON=$(which python3 || which python)
7
8
cd "$SCRIPT_DIR"
9
0 commit comments