Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new pip switch to list installed packages #795

Closed
markhu opened this issue Feb 7, 2013 · 1 comment
Closed

new pip switch to list installed packages #795

markhu opened this issue Feb 7, 2013 · 1 comment
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@markhu
Copy link

markhu commented Feb 7, 2013

I manage several machines with pip, and somtimes find myself running this command:

pip search . | egrep -B1 'INSTALLED|LATEST'

which is slow since it processes the entire repo.

It would be great to have a --list switch which provided similar output but more efficiently.

Sample output:

$ pip search . | egrep -B1 'INSTALLED|LATEST'
zope.interface            - Interfaces for Python
  INSTALLED: 3.5.1
  LATEST:    4.0.3
--
pip                       - pip installs packages. Python packages. An easy_install replacement
  INSTALLED: 1.2.1 (latest)
--
numpy                     - NumPy: array processing for numbers, strings, records, and objects.
  INSTALLED: 1.5.1
  LATEST:    1.6.2
--
PyRSS2Gen                 - A Python library for generating RSS 2.0 feeds.
  INSTALLED: 1.0.0 (latest)
@qwcode
Copy link
Contributor

qwcode commented Feb 7, 2013

so check out pip list which is currently unreleased. I think that's what you want.
http://www.pip-installer.org/en/latest/usage.html#pip-list

also see pip show
http://www.pip-installer.org/en/latest/usage.html#pip-show

due out in v1.3 which is coming soonish....

@qwcode qwcode closed this as completed Feb 7, 2013
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

2 participants