Does easy_install provide a search command?

Sometimes I need to guess the package name if there are any package search utilities, such as the search command in apt / yum / port / brew ...

+5
source share
1 answer

No, but you can search the Internet for PyPi , which is the database that easy_install, pip, and others use.

+11
source

All Articles