[notice] To update, run: python.exe -m pip install --upgrade pip
·

[notice] A new release of pip is available: 26.1.1 -> 26.1.2
[notice] To update, run: python.exe -m pip install --upgrade pip
C:\Users\Administrator>

Microsoft Windows [版本 10.0.19045.6216]
(c) Microsoft Corporation。保留所有权利。
C:\Users\Administrator>python -m pip install --upgrade pip
Requirement already satisfied: pip in D:\Python311\Lib\site-packages (26.1.1)
Collecting pip
Downloading pip-26.1.2-py3-none-any.whl.metadata (4.6 kB)
Downloading pip-26.1.2-py3-none-any.whl (1.8 MB)
---------------------------------------- 1.8/1.8 MB 50.2 kB/s 0:00:35
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 26.1.1
Uninstalling pip-26.1.1:
Successfully uninstalled pip-26.1.1
Successfully installed pip-26.1.2
C:\Users\Administrator>
更多推荐


所有评论(0)