In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
Pip is a tool for installing and managing Python packages. The default installation module path for Python pip is a foreign server. This time, we replace foreign servers with domestic mirror servers to better install various modules of Python.
Commonly used domestic images:
(1) Aliyun http://mirrors.aliyun.com/pypi/simple/
(2) Douban http://pypi.douban.com/simple/
(3) https://pypi.tuna.tsinghua.edu.cn/simple/ of Tsinghua University
(4) http://pypi.mirrors.ustc.edu.cn/simple/ of University of Science and Technology of China
(5) http://pypi.hustunique.com/ of Huazhong University of Science and Technology
Method 1: use it temporarily
Add the parameter-I and the image address
For example:
Pip install-I https://pypi.tuna.tsinghua.edu.cn/simple scrapy
Method 2: permanently modify
Linux:
Modification: pip.conf did not create a folder or file. Add "." to the folder to indicate that it is a hidden folder.
[global]
Index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
Trusted-host = https://pypi.tuna.tsinghua.edu.cn
Windows:
Create a pip directory directly in the user directory, such as: C:\ user\ xx\ pip, and then create a new file pip.ini with the following contents:
[global]
Index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
Trusted-host = https://pypi.tuna.tsinghua.edu.cn
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.