pip: `pip freeze` includes the current directory, if there is an egg-info.
At least when the current directory is a git repository. In addition, it treats as something wanting -e
and also gives it the wrong #egg
(it appears to give it <package-name>-<git-branch>
as the #egg
).
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Reactions: 1
- Comments: 18 (13 by maintainers)
Commits related to this issue
- feat(pip/_internal): Skip current directory when performing freeze This skips any *.egg_info present in the current directory when performing pip freeze. This fixes https://github.com/pypa/pip/issue... — committed to gutsytechster/pip by gutsytechster 4 years ago
- feat(pip/_internal): Skip current directory when performing freeze This skips any *.egg_info present in the current directory when performing pip freeze. This fixes https://github.com/pypa/pip/issue... — committed to gutsytechster/pip by gutsytechster 4 years ago
- feat(pip/_internal): Skip current directory when performing freeze This skips any *.egg_info present in the current directory when performing pip freeze. This fixes https://github.com/pypa/pip/issue... — committed to gutsytechster/pip by gutsytechster 4 years ago
- feat(pip/_internal): Skip current directory when performing freeze This skips any *.egg_info present in the current directory when performing pip freeze. This fixes https://github.com/pypa/pip/issue... — committed to gutsytechster/pip by gutsytechster 4 years ago
- feat(pip/_internal): Skip current directory when performing freeze This skips any *.egg_info present in the current directory when performing pip freeze. This fixes https://github.com/pypa/pip/issue... — committed to gutsytechster/pip by gutsytechster 4 years ago
- feat(pip/_internal): Skip current directory when performing freeze This skips any *.egg_info present in the current directory when performing pip freeze. This fixes https://github.com/pypa/pip/issue... — committed to gutsytechster/pip by gutsytechster 4 years ago
It’s not fixed; the PR was closed because it was abandoned in a non-mergeable state. Feel free to re-apply the changes and submit a new PR against master.