Difference between revisions of "PIP (Package manager)"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* <code>[[yum install python3-pip]]</code> | * <code>[[yum install python3-pip]]</code> | ||
− | * curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py | + | * macOS: curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py; python3 get-pip.py |
== Examples == | == Examples == |
Latest revision as of 10:57, 4 March 2025
apt install python3-pip
orapt install python-pip
yum install python3-pip
- macOS: curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py; python3 get-pip.py
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: