From ba94465fd1f9141085e072410b33cffaa9e3593b Mon Sep 17 00:00:00 2001 From: native-api Date: Tue, 11 May 2021 18:01:20 +0300 Subject: [PATCH] Additional headers no longer needed after https://github.com/pyenv/pyenv/pull/1353 as per https://github.com/pyenv/pyenv/issues/1487#issuecomment-566719607 --- Home.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Home.md b/Home.md index 6efd218..a49793a 100644 --- a/Home.md +++ b/Home.md @@ -21,14 +21,6 @@ environment. 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 / - ``` - - * **Ubuntu/Debian/Mint:** ```sh