# Bug report The official macOS installer, doesn't install `pip` for the free-threading binaries. Users need to run: ``` python3.13t -m ensurepip ``` And until the bundled pip is upgraded in https://github.com/python/cpython/issues/120888: ``` python3.13t -m pip install --upgrade pip ```