Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (55.6k points)

Can anyone tell me the command used to list the python libraries present in anaconda?

1 Answer

0 votes
by (119k points)

In the Anaconda command prompt, run the following command to list the python libraries in anaconda:

or

pip list

On pressing enter, you will see the following screen with the list of all the python libraries present in anaconda.

To check for a particular library, you can use the following command:

If you want to learn Python from top experts, I recommend this Python Certification course by Intellipaat that provides hands-on experience, and certification.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...