Last Updated: February 25, 2016
·
419
· fx86

List all installed python packages

This one time I wanted to find the name of the Python package that I had used a long,long time ago. It was an urgent need to convert Excel sheets into csv files and I couldn't remember the name.

So I went back to pip to list all Python packages and the grep'ed it:

pip freeze | grep csv