From de1e838b96f5f27b11a9a9f92718021f4aa66dcb Mon Sep 17 00:00:00 2001 From: native-api Date: Sun, 9 May 2021 21:22:49 +0300 Subject: [PATCH] +Mojave notes from https://github.com/pyenv/pyenv/issues/1515 --- Home.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index 5fa54e9..8f577f1 100644 --- a/Home.md +++ b/Home.md @@ -27,13 +27,21 @@ environment. * **Mac OS X:** - If you haven't done so, install Xcode Command Line Tools - (`xcode-select --install`) and [Homebrew](http://brew.sh/). Then: + If you haven't done so, install Xcode Command Line Tools + (`xcode-select --install`) and [Homebrew](http://brew.sh/). Then: + + ```sh + # optional, but recommended: + brew install openssl readline sqlite3 xz zlib + ``` + + + * When running Mojave (10.14.x) you will also [need to install the additional SDK headers:](https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes#3035624) + + ```sh + sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / + ``` -```sh -# optional, but recommended: -brew install openssl readline sqlite3 xz zlib -``` * **Ubuntu/Debian/Mint:**