Difference between revisions of "Pip3 --version"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
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) | ||
Revision as of 08:47, 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)
Related
- PIP changelog:
pip 20.3
includes a new dependency resolver
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
- PIP: [
pipx, pip, pip3
|install | install --upgrade
|list
|show
|uninstall
|search
|install cryptography | --version
|help
, PIP changelog,pipdeptree
,install -r requirements.txt
]
Advertising: