Ubuntu如何用anaconda(Python3.6)+tensorflow

来源:互联网 发布:淘宝的情侣装店铺推荐 编辑:程序博客网 时间:2024/06/04 19:19

前段时间写了一个在Windows下anaconda虚拟环境中安装tensorflow的教程:http://blog.csdn.net/gan_player/article/details/70558833
现在写一个在Ubuntu下直接用anaconda(Python3.6)安装tensorflow的方法,不需要创建虚拟环境。

pip install --ignore-installed --upgrade \ https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.2.1-cp36-cp36m-linux_x86_64.whl
原创粉丝点击