python包:pip

这个pip  需要升级

 

 

 

Microsoft Windows [版本 10.0.19043.928]
(c) Microsoft Corporation。保留所有权利。

C:\Users\test>cd..

C:\Users>cd..

C:\>cd c:\python38\

c:\Python38>python.exe -m pip install --upgrade pip
Requirement already satisfied: pip in c:\python38\lib\site-packages (21.1.1)
Collecting pip
Downloading pip-24.0-py3-none-any.whl (2.1 MB)
|████████████████████████████████| 2.1 MB 25 kB/s
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 21.1.1
Uninstalling pip-21.1.1:
Successfully uninstalled pip-21.1.1
Successfully installed pip-24.0

c:\Python38>

 

 

posted @ 2024-05-07 13:58  wenluderen  阅读(8)  评论(1编辑  收藏  举报