-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
state: needs discussionThis needs some more discussionThis needs some more discussiontype: feature requestRequest for a new featureRequest for a new feature
Description
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
Labels
state: needs discussionThis needs some more discussionThis needs some more discussiontype: feature requestRequest for a new featureRequest for a new feature