1.

今天搜资料的时候get一项技能:

pip list精确查找某一模块

命令如下:

pip list | findstr "win32" (此处win32可以替换成任意想查找的模块)

如图所示:

pip list 精确查找某一模块的方法

 

2.查看指定模块所在路径

pip show pywin32 (pywin32可修改成其他想要的模块)

pip list 精确查找某一模块的方法

 

 

3.查看路径

pip show pywin32 | findstr "Location:" 可查看路径

pip list 精确查找某一模块的方法

 

相关文章:

  • 2022-12-23
  • 2021-05-27
  • 2022-01-22
  • 2022-02-02
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
猜你喜欢
  • 2022-01-08
  • 2021-12-06
  • 2022-12-23
  • 2021-09-24
  • 2021-07-06
  • 2022-12-23
  • 2021-12-22
相关资源
相似解决方案