-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
type: docsDocumentation relatedDocumentation related
Description
Description
When installing pip on mac you use bash not zsh.
The guide says to use [python --version] but this does not work on my mac, I have to do [python3 --version] for the version of Python to appear in my terminal. I have been trying to install pip on my computer for many weeks, this is what I have come to realize.
pip can be found at: https://pip.pypa.io/en/stable/
Expected behavior
The commands will install the files and arrange themselves as they are supposed to be.
pip version
pip 26.0.1 from /Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-packages/pip (python 3.14)
Python version
Python 3.14.2
OS
MacOS Tahoe 26.2 (25C56)
How to Reproduce
- Get pip from https://pip.pypa.io/en/stable/
- Open terminal and type bash, to change from zsh to bash
- Follow the instructions on the website linked above
Output
No response
Code of Conduct
- I agree to follow the PSF Code of Conduct.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: docsDocumentation relatedDocumentation related