blob: 9c21d2b03a27714f05094667691e74c16fa89f35 [file] [log] [blame]
Geoffrey Irving4c85a082016-03-16 12:20:34 -08001#!/usr/bin/env bash
Manjunath Kudlurf41959c2015-11-06 16:27:58 -08002
A. Unique TensorFloweredaf3b32016-10-10 10:26:22 -08003set -e
4set -o pipefail
5
A. Unique TensorFlower73ea2872017-07-25 13:30:03 -07006if [ -z "$PYTHON_BIN_PATH" ]; then
7 PYTHON_BIN_PATH=$(which python || which python3 || true)
A. Unique TensorFlowerabe08772017-06-07 11:34:47 -07008fi
9
A. Unique TensorFlower73ea2872017-07-25 13:30:03 -070010# Set all env variables
Vijay Vasudevana1fba7f2017-07-28 10:58:56 -070011"$PYTHON_BIN_PATH" configure.py
A. Unique TensorFlowerccbc8992017-04-04 16:10:08 -080012
Vijay Vasudevana1fba7f2017-07-28 10:58:56 -070013echo "Configuration finished"
Andrew Harp51dbc462017-01-27 14:42:30 -080014