Home > Backend Development > Python Tutorial > How to check which third-party libraries are installed in python

How to check which third-party libraries are installed in python

Release: 2019-07-06 08:58:48
Original
6410 people have browsed it

How to check which third-party libraries are installed in python

Method 1:

The first step is to open the command prompt on our computer and enter "pip list", as shown in the following figure:

How to check which third-party libraries are installed in python

In the second step, you can see all installed third-party libraries and version numbers, as shown in the figure below:

How to check which third-party libraries are installed in python

Method 2;

The first step is to enter the python installation path F:\Install\python3.7\Lib (the path selected during installation is different, and the path opened at this time is also different. The specific path is selected by the installation number. (depending on the path), click site-packages, as shown below:

How to check which third-party libraries are installed in python

After entering in the second step, you can see all the third-party libraries installed, as shown below Shown:

How to check which third-party libraries are installed in python

#For more Python-related technical articles, please visit the Python Tutorial column to learn!

The above is the detailed content of How to check which third-party libraries are installed in python. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template