Why don't 'pip show' or 'pip list' work for me?

前端 未结 4 534
谎友^
谎友^ 2021-02-06 05:50

Python\'s pip is working for me to install and update packages, but some of the documented commands seem not to be supported (at least with 1.2.1 running on OS 10.8

4条回答
  •  情书的邮戳
    2021-02-06 06:32

    As a workaround you might be able to use pip freeze.

    From the help prompt:

    freeze: Output all currently installed packages (exact versions) to stdout
    

提交回复
热议问题