Sign in
chromium
/
external
/
github.com
/
tensorflow
/
tensorflow.git
/
refs/heads/r1.6
/
.
/
configure
blob: 9c21d2b03a27714f05094667691e74c16fa89f35 [
file
] [
log
] [
blame
] [
edit
]
#!/usr/bin/env bash
set
-
e
set
-
o pipefail
if
[
-
z
"$PYTHON_BIN_PATH"
];
then
PYTHON_BIN_PATH
=
$
(
which python
||
which python3
||
true
)
fi
# Set all env variables
"$PYTHON_BIN_PATH"
configure
.
py
echo
"Configuration finished"