-
Notifications
You must be signed in to change notification settings - Fork 3k
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
History of pip commands (install/uninstall) #9876
Comments
something just like debian apt history log file.. |
Sounds like a reasonable feature to me. This file needs to be per-environment since that’s what people actually care. The problem is, pip can be run in a lot of combination of ways ( |
Also, it should be made opt-in (via a command line flag). I don't really like the idea of pip starting to clutter the filesystem with unwanted install history files, and this seems like a relatively uncommon requirement. |
@ichard26 I think that issue is near but not this same. The my ticket was related with modules history, esspecialy venv. |
Both are talking about pip keeping some sort of log/history of "what happened in the past". Given that no-one has yet shown any interest in working on implementing either proposal, I don't think it's of much benefit to have the discussion1 split across two issues. Unless we end up in the enviable position of having two PRs to choose between, I think a single issue is sufficient. Footnotes
|
What's the problem this feature will solve?
Allow one to investigate package dependencies issues based on pip installation/commands history.
Describe the solution you'd like
I would like pip to record in a kind of history file for each install/uninstall action it executes.
The text was updated successfully, but these errors were encountered: