conda 换源 conda config --remove-key channels 换源default源 (1)清华源(TUNA) conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/fre ...
分类:
Web程序 时间:
2020-02-24 16:51:12
阅读次数:
94
1.添加清华通道 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --add channels https://mirrors.tuna.tsinghua ...
分类:
其他好文 时间:
2020-02-17 20:14:20
阅读次数:
2350
1. CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/noarch/repodata.json.bz2> https://blog.csdn.net/ebzxw/artic ...
分类:
其他好文 时间:
2020-02-08 00:26:22
阅读次数:
69
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_urls yes ...
分类:
其他好文 时间:
2020-02-01 11:04:03
阅读次数:
161
epel http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpmforge http://pkgs.repoforge.org/rpmforge-release/ (文件pkgs.repoforge. ...
分类:
其他好文 时间:
2020-01-31 21:04:55
阅读次数:
152
1、打开Anaconda Prompt 2、搭建TensorFlow的环境: conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --set show_cha ...
分类:
其他好文 时间:
2020-01-30 09:37:16
阅读次数:
220
1. 下载ceph nautilus 版本yum源 地址:https://mirrors.aliyun.com/ceph/rpm-nautilus/el7/ 下载三个文件夹里对应 14.2.6-0.el7 的 rpm aarch64/ 14-Jan-2020 23:20 noarch/ 14-Jan ...
分类:
其他好文 时间:
2020-01-17 10:08:27
阅读次数:
289
内核包使用ELReo提供 1.准备ELRepo (1)检测ELRepo是否安装 yum --disablerepo="*" --enablerepo="elrepo-kernel" list available (2)安装ELRepo centos6 使用 rpm --import https:// ...
分类:
其他好文 时间:
2019-12-30 19:12:28
阅读次数:
361
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/ ...
分类:
其他好文 时间:
2019-12-19 09:59:16
阅读次数:
809
anaconda配置镜像 Mac and Linux conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_urls y ...
分类:
编程语言 时间:
2019-12-19 09:54:03
阅读次数:
315