51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#换源
python pip3 win换源
由于使用pip或pip3安装python第三方包时,经常出现readtimedout问题,所以需要将pip的官方软件源服务器换成国内的镜像服务器,从而提升python软件包安装效率和成功率。阿里云http://mirrors.aliyun.com/pypi/simple/中国科技大学https://pypi.mirro...
代码星球
·
2021-02-21
python
pip3
win
换源
Linux换源+编译内核总结
换源:我用的是CentOS,所以下面以其为例,其它OS做法类似,可作参考;在主机能联网的情况下进入存放源配置的文件夹cd/etc/yum.repos.d备份默认源mv./CentOS-Base.repo./CentOS-Base.repo.bak使用wget下载163的源http://mirrors.163.com/....
代码星球
·
2020-12-29
Linux
换源
编译
内核
总结
eclipse_maven换源
1.手动新增一个xml文件:<?xmlversion="1.0"encoding="UTF-8"?><settingsxmlns="http://maven.apache.org/SETTINGS/1.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-in...
代码星球
·
2020-04-06
eclipse
maven
换源
conda 切换源为清华的,加快下载速度
condaconfig--addchannelshttps://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/condaconfig--addchannelshttps://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/...
代码星球
·
2020-04-04
conda
切换
清华
加快
下载
ubuntu apt 换源
修改配置文件/etc/apt/sources.list内容替换为阿里镜像源debhttp://mirrors.aliyun.com/ubuntu/vividmainrestricteduniversemultiversedebhttp://mirrors.aliyun.com/ubuntu/vivid-security...
代码星球
·
2020-04-02
ubuntu
apt
换源
更新centos本地仓库(换源)
/etc/yum.repos.d/CentOS-Base.repo 1,首先进行备份mv/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.backup [2]进入yum源配置文件所在文件夹[root@localhos...
代码星球
·
2020-04-02
更新
centos
本地
仓库
换源
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他