快速设置国内镜像源,方便记不住源地址的小伙子
Project description
配置镜像源
快速设置国内镜像源,方便记不住源地址的小伙子
安装
pip install mirror-source
使用
python -m mirror_source
请选择要设置的镜像源
[0] [清华](https://pypi.tuna.tsinghua.edu.cn/simple)
[1] [阿里云](https://mirrors.aliyun.com/pypi/simple/)
[2] [网易](https://mirrors.163.com/pypi/simple/)
[3] [豆瓣](https://pypi.douban.com/simple/)
[4] [百度云](https://mirror.baidu.com/pypi/simple/)
[5] [华为云](https://mirrors.huaweicloud.com/repository/pypi/simple/)
[6] [腾讯云](https://mirrors.cloud.tencent.com/pypi/simple/)
[Default:0]> 1
:) Success setting source: https://mirrors.aliyun.com/pypi/simple/
功能介绍
-
Windows 环境配置
%APPDATA%/pip/pip.ini
[global] index-url = 镜像源URL [install] trusted-host = 镜像源域名
-
Linux/Mac 环境配置
~/.pip/pip.conf
[global] index-url = 镜像源URL [install] trusted-host = 镜像源域名
-
pipenv 环境配置
.Pipfile
[[source]] url = "镜像源URL" verify_ssl = true name = "镜像源域名"
-
poetry 环境配置
pyproject.toml
[[tool.poetry.source]] name = "镜像源域名" url = "镜像源URL" default = true
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mirror_source-0.0.5.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file mirror_source-0.0.5.tar.gz
.
File metadata
- Download URL: mirror_source-0.0.5.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.7 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a28416ef93dfbb6a9ffef0222cfbef87a6ca3d51284c819bf3692093b566bff |
|
MD5 | 756c10234f1fd21d9704dc281f85c390 |
|
BLAKE2b-256 | 44768f98f3b08855aa5d199676da03eb13c017a04fbfaca8968d28eabee39a25 |
File details
Details for the file mirror_source-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: mirror_source-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.7 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18dc724d1cb2f0806939dc7b403d947b5e205fbcfd5019ee28fd36b878ad88f4 |
|
MD5 | 9438291e163c8269dd4e0d971d84442b |
|
BLAKE2b-256 | 9793681d4bed3ea81784a747f7aec7a7e2ed5c4c544ac689512158f9f6f808b5 |