pip apt source images

时间:2023-03-08 16:31:48
pip apt source images

~/.pip/pip.conf

[global]

index-url = https://pypi.douban.com/simple

download_cache = ~/.cache/pip

[install]

use-mirrors = true

mirrors = http://pypi.douban.com/

/etc/apt/source.list

deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ xenial-proposed main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse