Skip to content

typing python on mac does not do the job #13800

@bagelgoldfish

Description

@bagelgoldfish

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

  1. Get pip from https://pip.pypa.io/en/stable/
  2. Open terminal and type bash, to change from zsh to bash
  3. Follow the instructions on the website linked above

Output

No response

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: docsDocumentation related

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions