ubuntu给pip换源,给conda换源

ubuntu 给pip换源,给conda换源

//修改 ~/.pip/pip.conf (没有就创建一个), 内容如下:
[global]
timeout = 6000
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
trusted-host = pypi.tuna.tsinghua.edu.cn
//给conda换源
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/

你可能感兴趣的:(DeepLearning学习,大学学习)