Difference between revisions of "Pip3 --version"
Jump to navigation
Jump to search
(Created page with " pip3 --version pip 22.0.4 from /Users/YOUR_USER/brew/lib/python3.8/site-packages/pip (python 3.8) == See also == * {{PIP}} Category:PIP") |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
pip3 --version | pip3 --version | ||
pip 22.0.4 from /Users/YOUR_USER/brew/lib/[[python3.8]]/site-packages/pip (python 3.8) | pip 22.0.4 from /Users/YOUR_USER/brew/lib/[[python3.8]]/site-packages/pip (python 3.8) | ||
+ | pip3 --version | ||
+ | pip 20.2.2 from [[/usr/lib/python3.7/]]site-packages/pip (python 3.7) | ||
+ | |||
+ | == News == | ||
+ | * [[PIP changelog]]: <code>pip 20.3</code> includes a new [[dependency resolver]] | ||
+ | |||
+ | == Related == | ||
+ | WARNING: You are using pip version 22.0.4; however, version [[22.3.1]] is available. | ||
+ | You should consider upgrading via the '/usr/local/bin/[[python -m pip install --upgrade pip]]' command. | ||
== See also == | == See also == |
Latest revision as of 08:50, 6 April 2023
pip3 --version pip 22.0.4 from /Users/YOUR_USER/brew/lib/python3.8/site-packages/pip (python 3.8)
pip3 --version pip 20.2.2 from /usr/lib/python3.7/site-packages/pip (python 3.7)
News[edit]
- PIP changelog:
pip 20.3
includes a new dependency resolver
Related[edit]
WARNING: You are using pip version 22.0.4; however, version 22.3.1 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
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: