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
Vijay Vasudevan62de0b92017-07-25 18:41:40 -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
Vijay Vasudevan62de0b92017-07-25 18:41:40 -070010# Set all env variables
Yun Penga4a3a332017-07-27 20:09:24 +020011"$PYTHON_BIN_PATH" configure.py
A. Unique TensorFlowerccbc8992017-04-04 16:10:08 -080012
Yun Penga4a3a332017-07-27 20:09:24 +020013echo "Configuration finished"
Andrew Harp51dbc462017-01-27 14:42:30 -080014