anaconda添加清华源、豆瓣源、阿里源

conda config --add channels http://pypi.douban.com/simple/ 
conda config --add channels http://mirrors.aliyun.com/pypi/simple/ 
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes

conda源只有清华有,不知道conda能不能用pip源,建议装包的时候用pip,有时conda会出错的原因就在这里吧。

你可能感兴趣的:(python,pycharm,anaconda)