第一步:安装python版本
conda create --name tensorflow python=3.6
第二步:激活tensorflow的环境
activate tensorflow
第三步:检测tensorflow的环境添加到了Anaconda里面
conda info --envs
第四步:安装Tensorflow
pip install tensorflow
如果降级安装,pip install tensorflow==1.14.0
第五步:进入python环境测试是否安装成功