Difference between revisions of "PIP (Package manager)"
Jump to navigation
Jump to search
(38 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | [[wikipedia:pip (package manager)]] ([[2011]]) | + | [[wikipedia:pip (package manager)|PIP]] [[package manager]] ([[2011]]) |
− | * <code>[[apt install | + | * <code>[[apt install python3-pip]]</code> or <code>[[apt install]] python-pip</code> |
− | + | * <code>[[yum install python3-pip]]</code> | |
== Examples == | == Examples == | ||
− | * <code> | + | * <code>[[pip help]]</code> |
− | * <code> | + | * <code>[[pip install]]</code> |
− | * <code>pip | + | * <code>[[pip3 install -U]] package_name</code> |
− | * <code>pip install [[ | + | * <code>[[pip3 install --upgrade]] [[awscli]]</code> |
− | * <code>pip | + | * <code>[[pip search]]</code> |
− | * <code>[[pip3]] | + | * <code>[[pip list]]</code> |
+ | * <code>[[python -m]] [[pip install awscli]]</code> | ||
+ | * <code>[[pip freeze]]</code> | ||
+ | * <code>[[pip cache purge]]</code> | ||
+ | * <code>[[python -m ensurepip]]</code> | ||
+ | * <code>[[pip3 --version]]</code> | ||
+ | * [[pip config]] | ||
+ | |||
+ | == Related terms == | ||
+ | * <code>[[pipdeptree]]</code> | ||
+ | * [[Boto]] [[AWS]] Python library | ||
+ | * [[Conda]] package manager | ||
+ | * <code>[[pyproject.toml]]</code> | ||
+ | * <code>[[port select]] --set pip pip3</code> | ||
+ | * [[PIP errors]] | ||
+ | * <code>[[~/.cache/]]</code> | ||
+ | * <code>[[python -m pip install --upgrade pip]]</code> | ||
+ | * [[Poetry]] | ||
== See also == | == See also == | ||
* {{PIP}} | * {{PIP}} | ||
− | |||
− | |||
[[Category:Python]] | [[Category:Python]] | ||
+ | [[Category:PIP]] | ||
+ | [[Category:Package manager]] |
Latest revision as of 10:20, 8 November 2024
apt install python3-pip
orapt install python-pip
yum install python3-pip
Examples[edit]
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
- pip config
Related terms[edit]
pipdeptree
- Boto AWS Python library
- Conda package manager
pyproject.toml
port select --set pip pip3
- PIP errors
~/.cache/
python -m pip install --upgrade pip
- Poetry
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: