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
Written by fibinse.xavier
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Python
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#