Ubuntu系列(二):给Ubuntu18.4换软件源和pip源

给Ubuntu18.4换软件源和pip源

一、换软件源

Ubuntu系列(二):给Ubuntu18.4换软件源和pip源
点击软件和更新
点击中国服务器后选择其他,自己选一个镜像,我喜欢用阿里云或者华为云。

Ubuntu系列(二):给Ubuntu18.4换软件源和pip源

二、换pip源

在终端输入

mkdir .pip && cd .pip
nano pip.conf

把下面的内容写进去

[global]
index-url = https://mirrors.aliyun.com/pypi/simple/

ctrl+o 保存,crtl+x 退出。

测试一下速度,很快!

Ubuntu系列(二):给Ubuntu18.4换软件源和pip源

上一篇:Maven安装和基本配置


下一篇:Maven安装教程