在conda create -n tensorflow python=3.6.5安装tensorflow环境时,安装的一些库速度实在太慢,解决方案如下:
为conda添加清华源,执行下列3条语句
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
参考文章:
https://blog.youkuaiyun.com/watermelon1123/article/details/88122020