环境:python3.8.4,安装了不少库或者包,如何看它们的版本呢?
举几个例子:
1、运行cmd,进入到pip3.exe的路径
cd C:\Users\Administrator\AppData\Local\Programs\Python\Python38\Scripts
2、在路径下运行pip3.exe show 库名或者包名,如
pip3.exe show selenium
pip3.exe show requests
pip3.exe show undetected-chromedriver