我Tensorflow 0.5.0通过git clone从源代码安装了最新的.并希望更新到Tensorflow 0.6.0
git pull
./configure
bazel build -c opt --config=cuda //tensorflow/cc:tutorials_example_trainer
Run Code Online (Sandbox Code Playgroud)
但目录中的Tensorflow库/usr/lib/python2.7/site-packages仍然具有0.5.0版本
结果中的版本"pip show tensorflow"也是0.5.0
tensorflow ×1