Skip to content

Update Build Setup for Intel Mac #30354

@behnam

Description

@behnam

On a semi-fresh latest Intel Mac, here are the things I needed to do for ./mach bootstrap to succeed:

  1. Make a pip executable under my local bin path, to get around the system only having pip3 now, and symlinking to pip3 won't work, either.

Here's the pass-through pip command:

#!/bin/bash
pip3 "$@"

Looks like mach needs to be updated to use pip3 on MacOS, instead of pip.

  1. Install pkg-config.

I just needed brew install pkg-config

This is probably a missing dep from mach?

Anyways, hope this is helpful for something else trying to do the same, and maybe help patch up mach.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions