Merge pull request #38472 from knightXun:patch-1

PiperOrigin-RevId: 306587683
Change-Id: Id3af4fca721d2c66a4893d52d4d350ba56d387ba
This commit is contained in:
TensorFlower Gardener 2020-04-14 23:32:20 -07:00
commit 2ddbc3572c

2
configure vendored
View File

@ -4,7 +4,7 @@ set -e
set -o pipefail
if [ -z "$PYTHON_BIN_PATH" ]; then
PYTHON_BIN_PATH=$(which python || which python3 || true)
PYTHON_BIN_PATH=$(which python3 || which python || true)
fi
# Set all env variables