环境管理,创建、删除、查看等
这篇文章很精炼:传送门
镜像源通道管理,添加,删除,查看等
添加通道
conda config --add channels http......
删除通道
conda config --remove channels http......
查看通道
conda config --show channels
设置 显示所用通道链接
conda config --set show_channel_urls yes
常用国内镜像源
科大、清华镜像源
https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
https://mirrors.ustc.edu.cn/anaconda/pkgs/main/
https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
pip安装 指定镜像源
实际应用时发现,pip安装与这个设置相独立,用-i http…来指定国内镜像源,才能提高pip安装速度
清华镜像
https://pypi.tuna.tsinghua.edu.cn/simple