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

Freeze with args #1308

Closed
wants to merge 2 commits into from
Closed

Freeze with args #1308

wants to merge 2 commits into from

Conversation

megies
Copy link

@megies megies commented Nov 8, 2013

When I use pip freeze I am usually (95% of all times) interested to find out what version of one specific module is installed, rather than listing all packages at their current version. So, I end up doing something like e.g. pip freeze | grep nump all the time to find out what numpy version is installed. I propose to allow simply saying something like pip freeze num sci to only show versions of modules that match the given search strings.

filter results: only show modules in output that match any given
command line argument (case insensitive)
@msabramo
Copy link
Contributor

#1946 also does this, and a bunch of other stuff.

@AvdN
Copy link

AvdN commented Dec 22, 2014

This seems to do exactly what I proposed in Mar 2013 extended with some tests

@msabramo
Copy link
Contributor

These all have merge conflicts:

#2234 is #1946 but rebased so it doesn't have merge conflicts now, but I don't know how long that is going to last.

@megies
Copy link
Author

megies commented Dec 22, 2014

#1946 also does this, and a bunch of other stuff.

Like I already stated over there at #1946.. it looks more advanced and I am not offended at all if this PR here gets closed unmerged in favor of another PR.

Edit: I'm gonna close this one I think. Feel free to reopen if necessary (which I doubt).

@megies megies closed this Dec 22, 2014
msabramo pushed a commit to msabramo/pip that referenced this pull request Jan 16, 2015
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 4, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 4, 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

Successfully merging this pull request may close these issues.

3 participants