Skip to content

Commit 7bbc2ac

Browse files
Prefer Python3
1 parent f50ed39 commit 7bbc2ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

do_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
6-
PYTHON=$(which python || which python3)
6+
PYTHON=$(which python3 || which python)
77

88
cd "$SCRIPT_DIR"
99

0 commit comments

Comments
 (0)