Difference between revisions of "Pip list"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
* <code>[[pip freeze]]</code> | * <code>[[pip freeze]]</code> | ||
* <code>[[pip show -f]]</code> | * <code>[[pip show -f]]</code> | ||
− | * [[venv]] | + | * [[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: