anaconda 下载
https://www.continuum.io/downloads
上面的网站每次下载都是最新的,下面的网址可以下载到以前的版本
https://repo.continuum.io/archive/index.html
ubuntu16.04 - tensorflow - anaconda
http://www.jianshu.com/p/7be2498785b1
http://www.jianshu.com/p/2f3be7781451
software
如果conda install easydict没有找到源,则virtual env中使用pip install easydict
pip install easydict
conda install shapely
conda install libgcc
py3
pip install sklearn
conda install --channel https://conda.anaconda.org/marta-sd tensorflow-gpuanaconda show marta-sd/tensorflow-gpu
anaconda search -t conda tensorflow
pip install opencv-python
原文链接:https://www.f2er.com/ubuntu/352377.html