windows python2.x 和python3.x双系统 安装配合python3.5/python3.6 tensorflow

http://blog.****.net/hua_juan/article/details/79371544

根据上一篇文章安装python2.x和python3.x

注意查看python3.5/python3.6是否64位

python3 -v

windows python2.x 和python3.x双系统 安装配合python3.5/python3.6 tensorflow

显示为64使用 pip 安装

pip3 install tensorflow

windows python2.x 和python3.x双系统 安装配合python3.5/python3.6 tensorflow

安装成功

测试

python3

import tensorflow as tf

未报错则成功