SyntaxFix
Write A Post
Hire A Developer
Questions
For anyone wondering how to call pip list from a Python program you can use the following:
pip list
import pip pip.main(['list]) # this will print all the packages