How to find packages installed using pip

0 votes
I have installed python on my Ubuntu. Some packages come pre-installed with Ubuntu and some I have installed using pip. Is there a way to know only those packages that were installed using pip.
Jan 29, 2019 in Python by Sudheer
472 views

1 answer to this question.

0 votes

Yes, you can find the packages installed using pip. You can use the following command for it:

pip freeze
answered Jan 29, 2019 by Omkar
• 69,210 points

Related Questions In Python

0 votes
1 answer

How to find which version of package is installed with pip?

As of pip 1.3, there is a pip show command. $ ...READ MORE

answered Dec 4, 2020 in Python by Gitika
• 65,910 points
4,502 views
0 votes
1 answer
0 votes
1 answer

How to install Python MySQLdb module using pip?

It's easy to do, but hard to ...READ MORE

answered Aug 20, 2018 in Python by charlie_brown
• 7,720 points
1,708 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,069 views
0 votes
1 answer
0 votes
1 answer

How to upgrade all packages using pip at once?

pip doesn’t have a default command for ...READ MORE

answered Jan 29, 2019 in Python by Omkar
• 69,210 points
1,243 views
0 votes
1 answer

How to find if setuptools is installed in python?

You can use python interpreter to check ...READ MORE

answered Jan 29, 2019 in Python by Omkar
• 69,210 points
1,694 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP