We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bfd60 commit 5ba24e7Copy full SHA for 5ba24e7
configure
@@ -4,7 +4,7 @@ set -e
4
set -o pipefail
5
6
if [ -z "$PYTHON_BIN_PATH" ]; then
7
- PYTHON_BIN_PATH=$(which python || which python3 || true)
+ PYTHON_BIN_PATH=$(which python3 || which python || true)
8
fi
9
10
# Set all env variables
0 commit comments