Difference between revisions of "PIP (Package manager)"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
* <code>[[pip cache purge]]</code> | * <code>[[pip cache purge]]</code> | ||
* <code>[[python -m ensurepip]]</code> | * <code>[[python -m ensurepip]]</code> | ||
+ | * <code>[[pip3 --version]]</code> | ||
== Related terms == | == Related terms == |
Revision as of 08:49, 6 April 2023
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
python -m ensurepip
pip3 --version
Related terms
pipdeptree
- Boto AWS Python library
- Conda package manager
pyproject.toml
port select --set pip pip3
- PIP errors
- ~/.cache/
python -m pip install --upgrade pip
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: