conda 相关命令
2019-02-13 本文已影响0人
lessjianshu
1. 查看
conda config --show
2. 添加
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
3 删除
conda config --remove channels https://pypi.doubanio.com/simple/
删除所有
conda config --remove-key channels