conda pip 阿里云镜像与清华镜像

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了conda pip 阿里云镜像与清华镜像相关的知识,希望对你有一定的参考价值。

参考技术A linux
使用当前用户~/.condarc
使用 sudo 时,查找的时 /root/.condarc

windows
生成 .condarc
conda config --set show_channel_urls yes

清除索引缓存
conda clean -i

conda create -n <envName> python=3.7
conda remove --name <envName> --all

conda avtivate <envName>
conda deactivate

conda info --env

vim ~/.config/pip/pip.conf

如果使用 http, 需要配置 trusted-host, 或者在使用 pip 时添加额外选项 --trusted-host mirrors.aliyun.com

其他 pip 镜像源

以上是关于conda pip 阿里云镜像与清华镜像的主要内容,如果未能解决你的问题,请参考以下文章

Python的pip设置国内源:清华源或者阿里云源

CentOS 8 的安装(官方安装清华大学开源软件镜像站阿里云镜像网易镜像下的安装步骤)

brew更换镜像为阿里云,清华大学慢死了

Python的pip源切换为国内阿里云镜像

【Ubuntu】更换pip镜像源

Python的pip源切换为国内阿里云镜像