conda config --add channels https://mirrors.bfsu.edu.cn/anaconda/cloud/pytorch/ 3. 如果需要换回conda的默认源,直接删除channels即可,命令如下: conda config --remove-key channels Linux下 将以上配置文件写在~/.condarc中 vim ~/.condarc channels: - defaults show_channel_urls: true default_channels:...
默认源: https://repo.anaconda.com/ 清华源: channels: - defaults show_channel_urls: true default_channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r - https...
# repo.anaconda.comdefault_channels: -http://<your_conda_repository_name>:8080/conda/anaconda-http://<your_conda_repository_name>:8080/conda/wakari-http://<your_conda_repository_name>:8080/conda/r-channel#Note: You must add the"conda"subdirectory to the endchannel_alias:http://<your_cond...
移除源 conda config --remove channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ 清除索引缓存 conda clean -i 常用源 默认源: https://repo.anaconda.com/ 清华源: channels: - defaults show_channel_urls:truedefault_channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/...
channel_alias: https://mirrors.tuna.tsinghua.edu.cn/anaconda default_channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r ...
show_channel_urls: true 或者北京外国语大学的开源镜像站: channels:-defaults show_channel_urls:truechannel_alias: https://mirrors.bfsu.edu.cn/anacondadefault_channels:- https://mirrors.bfsu.edu.cn/anaconda/pkgs/main- https://mirrors.bfsu.edu.cn/anaconda/pkgs/free- https://mirrors.bfsu.edu.cn...
channels:– defaultsshow_channel_urls: truechannel_alias: https://mirrors.tuna.tsinghua.edu.cn/anacondadefault_channels:– http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main– http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free– http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r– ht...
defaults: This format specifies the default set of public channels, which are automatically searched. https://some.custom/channel: This format enables specifying the entire URL of the repository channel, for examplehttps://yoururl.com:port/conda/channel. Thiscondaconfiguration format enables accessing...
paddlepaddle.org.cn paddlepaddle Default 清华 ac -h 3f channel | ord en v| Name | Enabled Sync林匹 -h defaultprimary 4success enrique Caver keys ampamopcodeampaqmycbadaextrachannel req 6 on and [l娄汲取亩6 Package | ChannelName | Enabled | Version | BuildArch | 4 Package | PyTorch |...
使用命令:conda config --add channels add_url 1. 添加指定的url,到channel里。 我们查看当前所有channel看看 一开始,我们下载好Anaconda仅仅包含默认下载channel-default。通常,我们会添加国内的镜像源,镜像源包含清华源和中科大源。 而添加channel的步骤除了以上步骤外,还需要添加一个命令:conda config --set show...