diff options
author | A. Unique TensorFlower <gardener@tensorflow.org> | 2016-10-10 10:26:22 -0800 |
---|---|---|
committer | TensorFlower Gardener <gardener@tensorflow.org> | 2016-10-10 11:35:00 -0700 |
commit | edaf3b342db4afa1c872da541fb0ac176a4e8ef9 (patch) | |
tree | b976073fdc2a6404cbdc3ee323a637e2e1b16846 /util | |
parent | d1518c26530daaee854e73365bd7dfb9a2f69dbd (diff) |
Merge changes from github.
Change: 135698415
Diffstat (limited to 'util')
-rwxr-xr-x | util/python/python_config.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/python/python_config.sh b/util/python/python_config.sh index c32603315f..d75a4d62dd 100755 --- a/util/python/python_config.sh +++ b/util/python/python_config.sh @@ -46,7 +46,7 @@ function main { } function python_path { - python - <<END + $PYTHON_BIN_PATH - <<END from __future__ import print_function import site import os @@ -80,7 +80,7 @@ END } function default_python_path { - PYTHON_ARG="$1" python - <<END + PYTHON_ARG="$1" $PYTHON_BIN_PATH - <<END from __future__ import print_function import os |