@ -4,7 +4,7 @@ set -e
set -o pipefail
if [ -z "$PYTHON_BIN_PATH" ]; then
PYTHON_BIN_PATH=$( which python3 || true)
PYTHON_BIN_PATH=$(which python || which python3 || true)
fi
# Set all env variables
The note is not visible to the blocked user.