Friday, July 3, 2015

Show the version of an installed package by pip

If you want to know the version of an installed package (say, `django-tagging`) by pip,

use the following command:

$ pip show django-tagging
---
Name: django-tagging
Version: 0.4
Location: /usr/lib/python2.6/site-packages
Requires:
$

Reference:
http://stackoverflow.com/questions/10214827/find-which-version-of-package-is-installed-with-pip

No comments:

Post a Comment