anacoda navigator 搭建python3.5虚拟环境Tips
1、下载合适版本的anacoda,目前使用anacoda3-4.4.0
2、图文教程在https://docs.continuum.io/anaconda/navigator/tutorials/create-python35-environment/
3、如果windows下载包的速度慢,更换下载源channel,在anacoda prompt导入清华源https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
command如下:
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
4、最后下载对应环境下编译器