pip
跳转到导航
跳转到搜索
使用镜像
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -U pip
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
或者直接在~/.config/pip/pip.conf(或者~/.pip/pip.conf)里设置:
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
外部链接
- asottile/no-manylinux: Install this package to disable manylinux wheels when dowloading from pip.
- On Environment/Package Management in Python | Yuxin's Blog