Skip to content

Add name-only option in pip freeze #7129

@stevenleeS0ht

Description

@stevenleeS0ht

What's the problem this feature will solve?

To display all installed package without version details.

Describe the solution you'd like

pip freeze --simple, then all names of installed packages will be listed without version numbers.

Alternative Solutions

There is a way to use gawk to eliminate version string after ==, but it is too complicated.
Additional context

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions