如何使用终端检查我安装了哪些sudo pip软件包?

时间:2019-11-04 15:53:35

标签: macos terminal pip sudo

如何检查在Mac上安装了哪些sudo pip软件包?

1 个答案:

答案 0 :(得分:0)

检查用法:

$ pip

Usage:
  pip <command> [options]

Commands:
  install                     Install packages.
  download                    Download packages.
  uninstall                   Uninstall packages.
  freeze                      Output installed packages in requirements format.
  list                        List installed packages.
  show                        Show information about installed packages.
  check                       Verify installed packages have compatible dependencies.
  config                      Manage local and global configuration.
  search                      Search PyPI for packages.
  wheel                       Build wheels from your requirements.
  hash                        Compute hashes of package archives.
  completion                  A helper command used for command completion.
  help                        Show help for commands.

您想要的是sudo pip list