Windows终端运行 >python pip3 -v 报错 python: can't open file 'C:\\Users\\panda\\pip3': [Errno 2] No such file or directory 处理
方法一:使用pip命令
在Windows终端中,直接运行pip命令即可,不需要添加python前缀。
例如:pip -v
方法二:使用完整路径
在Windows终端中,使用完整路径运行pip3命令。
例如:C:\Python37\Scripts\pip3 -v
注意:需要替换路径中的Python版本号和pip3命令的路径。
原文地址: https://www.cveoy.top/t/topic/BUT 著作权归作者所有。请勿转载和采集!