Difference between revisions of "Pip list"
Jump to navigation
Jump to search
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
<code>[[pip list]]</code> command returns the [[list of packages]] in the current environment. | <code>[[pip list]]</code> command returns the [[list of packages]] in the current environment. | ||
+ | [[pip list -v]] | ||
== Related == | == Related == | ||
Line 7: | Line 8: | ||
* <code>[[npm list]]</code> | * <code>[[npm list]]</code> | ||
* <code>[[pip freeze]]</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: