码迷,mamicode.com
首页 >  
搜索关键字:pkgs    ( 211个结果
记录和收藏一些换源的网站,以便日后复制粘贴
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
清华大学镜像安装pytorch1.4
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
anaconda errors
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 install安装太慢如何提速
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
centos的常用4个安装软件源
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
在Anaconda3下安装(CPU版)TensorFlow(清华镜像源)
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
22_2020年最新部署Ceph集群 Ceph块存储
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
centos 升级内核并安装对应kernel-devel
内核包使用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 切换源为清华的,加快下载速度
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
python 中pip配置清华源
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
211条   上一页 1 2 3 4 5 ... 22 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!