Difference between revisions of "Pip list"
Jump to navigation
Jump to search
(Created page with "{{Draft}} == See also == * {{PIP}} Category:Python") |
|||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{lowercase}} |
+ | <code>[[pip list]]</code> command returns the [[list of packages]] in the current environment. | ||
+ | [[pip list -v]] | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[yarn list]]</code> | ||
+ | * <code>[[npm list]]</code> | ||
+ | * <code>[[pip freeze]]</code> | ||
+ | * <code>[[pip show -f]]</code> | ||
+ | * [[venv]]: <code>[[error: externally-managed-environment]]</code> | ||
== See also == | == See also == |
Latest revision as of 04:58, 6 June 2024
pip list
command returns the list of packages in the current environment.
pip list -v
Related[edit]
See also[edit]
- PIP: [
pipx, pip, pip3
|install | install --upgrade
|list
|show
|uninstall
|search
|install cryptography | --version
|help
, PIP changelog,pipdeptree
,install -r requirements.txt
]
Advertising: