1.创建环境
conda create -n tensorflow python=3.5
2.激活环境
source activate tensorflow
3.安装TensorFlow
http://tensorfly.cn/tfdoc/get_started/os_setup.html
4.验证安装
python
import tensorflow as tf
conda create -n tensorflow python=3.5
source activate tensorflow
http://tensorfly.cn/tfdoc/get_started/os_setup.html
python
import tensorflow as tf