djangocon-sprints icon indicating copy to clipboard operation
djangocon-sprints copied to clipboard

MacOs new users

Open davidmgvaz opened this issue 5 years ago • 0 comments

If using Homebrew or MacPorts this should already be done, otherwise:

in a terminal: $xcode-select --install

For mojave this might also be necessary (installing the missing header files): $ install -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg

In my case, I also ended up with some missing symbolic links:

$cd /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/

$ sudo ln -s MacOSX10.14.sdk MacOSX.sdk

davidmgvaz avatar Sep 26 '19 17:09 davidmgvaz