Difference between revisions of "PIP (Package manager)"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
== Related terms == | == Related terms == | ||
− | * <code>pipdeptree</code> | + | * <code>[[pipdeptree]]</code> |
* [[Boto]] [[AWS]] Python library | * [[Boto]] [[AWS]] Python library | ||
* [[Conda]] package manager | * [[Conda]] package manager | ||
Line 24: | Line 24: | ||
* <code>[[port select]] --set pip pip3</code> | * <code>[[port select]] --set pip pip3</code> | ||
* [[PIP errors]] | * [[PIP errors]] | ||
+ | * [[~/.cache/]] | ||
== See also == | == See also == |
Revision as of 18:54, 19 October 2022
apt install python3-pip
apt install python-pip
Examples
pip help
pip install
pip3 install -U package_name
pip3 install --upgrade awscli
pip search
pip list
python -m pip install awscli
pip freeze
pip cache purge
Related terms
pipdeptree
- Boto AWS Python library
- Conda package manager
pyproject.toml
port select --set pip pip3
- PIP errors
- ~/.cache/
See also
- PIP: [
pipx, pip, pip3
|install | install --upgrade
|list
|show
|uninstall
|search
|install cryptography | --version
|help
, PIP changelog,pipdeptree
,install -r requirements.txt
]
Advertising: