commit | 5c29a24fd6a2e2b43df07b98dc985b0d4c9fc654 | [log] [tgz] |
---|---|---|
author | A. Unique TensorFlower <gardener@tensorflow.org> | Fri Aug 12 06:21:36 2016 -0800 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Fri Aug 12 07:32:39 2016 -0700 |
tree | e4b6daa49fd1e9852a3fb7b6e261bee5b1d3b9a3 | |
parent | 52fbfb5dfe611f784ed7036bded3c38fdd9ce38e [diff] [blame] |
Fix the tensorflow && tensorflow_serving breakage on bazel ci: http://ci.bazel.io/job/TensorFlow/BAZEL_VERSION=HEAD,PLATFORM_NAME=linux-x86_64/365/console Change: 130097501
diff --git a/util/python/python_config.sh b/util/python/python_config.sh index dc55da3..6eb8a39 100755 --- a/util/python/python_config.sh +++ b/util/python/python_config.sh
@@ -118,7 +118,7 @@ done set -- $python_lib_path echo "Please input the desired Python library path to use. Default is ["$1"]" - read b + read b || true if [ "$b" == "" ]; then python_lib="$(default_python_path $python_lib_path)" echo $python_lib