Installing collected packages pip Attempting uninstall pip Found existing installation pip 2301 Uninstalling pip-2301 Successfully uninstalled pip-2301 WARNING The scripts pipexe pip38exe
这是在安装pip包时的一段输出信息,表示先尝试卸载了一个已经存在的版本为23.0.1的pip包,然后安装了一个新版本为23.1.2的pip包。警告信息提醒用户注意将'C:\Users\86131\AppData\Roaming\Python\Python38\Scripts'这个路径加入系统PATH变量,以便能够在命令行中直接使用pip相关命令,或者可以使用--no-warn-script-location选项忽略这个警告。
原文地址: http://www.cveoy.top/t/topic/fqiU 著作权归作者所有。请勿转载和采集!