-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Update Build Setup for Intel Mac #30354
Copy link
Copy link
Closed
Description
On a semi-fresh latest Intel Mac, here are the things I needed to do for ./mach bootstrap to succeed:
- Make a
pipexecutable under my localbinpath, to get around the system only havingpip3now, and symlinking topip3won'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.
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels