当前位置:网站首页>Reduce the pip to the specified version (upgrade the PIP through CMP and reduce it to the original version)
Reduce the pip to the specified version (upgrade the PIP through CMP and reduce it to the original version)
2022-06-24 22:00:00 【Jingwen · red spirit】
Upgrade to the latest version of the script :python -m pip install --upgrade pip
Specify the script for version up and down :python -m pip install pip==21.2.4(22.1.2)
View this version of the script :pip show pipC:\Users\euweb>python -m pip install pip==21.2.4
Defaulting to user installation because normal site-packages is not writeable
Collecting pip==21.2.4
Downloading pip-21.2.4-py3-none-any.whl (1.6 MB)
---------------------------------------- 1.6/1.6 MB 4.1 MB/s eta 0:00:00
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 22.1.2
Uninstalling pip-22.1.2:
Successfully uninstalled pip-22.1.2
WARNING: The scripts pip.exe, pip3.10.exe and pip3.exe are installed in 'C:\Users\euweb\AppData\Roaming\Python\Python310\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pip-21.2.4
C:\Users\euweb>pip show pip
Name: pip
Version: 21.2.4
Summary: The PyPA recommended tool for installing Python packages.
Home-page: https://pip.pypa.io/
Author: The pip developers
Author-email: [email protected]
License: MIT
Location: c:\users\euweb\appdata\roaming\python\python310\site-packages
Requires:
Required-by:
边栏推荐
- 直击“三夏”生产:丰收喜报频传 夏播紧锣密鼓
- [精选] 多账号统一登录,你如何设计?
- Datakit 代理实现局域网数据统一汇聚
- 02--- impossible phenomenon of longitudinal wave
- Redis+Caffeine两级缓存,让访问速度纵享丝滑
- 最大流问题
- [untitled]
- 降低pip到指定版本(通过PyCharm升级pip,在降低到原来版本)
- Datakit agent realizes unified data aggregation in LAN
- Redis+caffeine two-level cache enables smooth access speed
猜你喜欢
随机推荐
A deep learning model for urban traffic flow prediction with traffic events mined from twitter
leetcode_ one thousand three hundred and sixty-five
队列实现原理和应用
leetcode:1504. 统计全 1 子矩形的个数
Collapse code using region
网络层 && IP
多路转接select
STL+树
Elegant custom ThreadPoolExecutor thread pool
机器学习:线性回归
使用region折叠代码
Junior college background, 2 years in Suning, 5 years in Ali. How can I get promoted quickly?
leetcode-201_2021_10_17
socket(1)
优雅的自定义 ThreadPoolExecutor 线程池
C language - keyword 1
建木持续集成平台v2.5.0发布
滤波数据分析
03---增反膜
After Firefox drag and drop, Baidu search will always be opened by default. If it is a picture, the picture will be opened.








