Eric Wilson's Blog

Experiments in engineering, life and the pursuit of a better hammer.

Eric Wilson's blog discussing Product Development and Software Engineering.

  • Blog
  • Snippets
  • About
  • Contact
  • Search

pip list - Shows Installed Packages and Updates

April 26, 2013 by Eric Wilson in software

Version 1.3 (2013-03-07) of pip saw the addition of "list", for listing currently installed packages and the latest version of those packages that is available.  Nice.

$ pip list --outdated
google-api-python-client (Current: 1.0 Latest: 1.1)
pysolr (Current: 3.0.5 Latest: 3.0.6)

Move over freeze...​

April 26, 2013 /Eric Wilson
python, pip, package
software
This work is licensed under a Creative Commons License and is the private blog of Eric Wilson.
The opinions are my own and are not endorsed by my current or former employers or colleagues.
Creative Commons License