tensorflow/util/python
Josh Bleecher Snyder 11d3d1ac31 Fix type error in python_config.sh
In the getsitepackages code path,
library_paths is a list.
Make the distutils code path a list as well.
Remove extraneous whitespace while we're here.

Without this, running ./configure:

$ ./configure 
Please specify the location of python. [Default is /Users/josh/.virtualenvs/tf/bin/python]: 
Do you wish to build TensorFlow with Google Cloud Platform support? [y/N] n
No Google Cloud Platform support will be enabled for TensorFlow
Traceback (most recent call last):
  File "<stdin>", line 18, in <module>
TypeError: can only concatenate list (not "str") to list
Found possible Python library paths:
Please input the desired Python library path to use.  Default is []


ln: util/python/python_lib: Invalid argument
2016-09-08 11:02:32 -07:00
..
BUILD Merge changes from github. 2016-07-25 15:02:34 -07:00
python_config.sh Fix type error in python_config.sh 2016-09-08 11:02:32 -07:00