TensorFlow的安装

http://jingyan.baidu.com/article/455a99504fb489a1662778b8.html

ubuntu 14.04 LTS

两行代码

sudo apt-get install python-pip python-dev

sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl

sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp27-none-linux_x86_64.whl

 check using:

sudo pip show tensorflow

Uninstall using:

sudo pip uninstall protobuf
sudo pip uninstall tensorflow
原文地址:https://www.cnblogs.com/QingHuan/p/6612644.html