From a6a59474356c240b6bde4864b0af9f91be57d57a Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Sun, 10 Jan 2021 17:27:45 -0500 Subject: [PATCH] docs: Add updated Python 3 info to macOS build guide. --- source/docs/en/1.3.0/developer/build-mac.markdown | 5 +++-- source/docs/en/latest/developer/build-mac.markdown | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/source/docs/en/1.3.0/developer/build-mac.markdown b/source/docs/en/1.3.0/developer/build-mac.markdown index 96734c81..50b401a0 100644 --- a/source/docs/en/1.3.0/developer/build-mac.markdown +++ b/source/docs/en/1.3.0/developer/build-mac.markdown @@ -23,7 +23,8 @@ Building HandBrake for Mac requires an Apple computer with a 64-bit Intel proces - [Command Line Tools for Xcode](https://developer.apple.com/download/more/) - free Apple Developer registration required, or install using `xcode-select --install` - [Python](https://www.python.org/downloads/) 3.7.0 or later - - ensure your Python installation has properly created `/Library/Frameworks/Python.framework/Versions/` + +Python 3 as included with macOS 11.0 Big Sur is sufficient. For macOS prior to Big Sur, after installing an updated Python 3 from an official source, please ensure the installation has properly created `/Library/Frameworks/Python.framework/Versions/`. Additional dependencies (may be built via included script): @@ -42,7 +43,7 @@ Install Command Line Tools for Xcode using the package installer provided by App xcode-select --install -Install Python 3 using the latest package installer provided by [Python](https://www.python.org/downloads/). +For macOS prior to Big Sur, install Python 3 using the latest package installer provided by [Python](https://www.python.org/downloads/). If you installed Python 3 from a different source, such as Homebrew, it is necessary to check whether Python 3 can properly open HTTPS connections. The following test prints `0` for success, or `1` for failure. Upon failure, you will need to ensure SSL certificates are installed and accessible to your Python 3 installation, or remove the installation and reinstall from the official package. diff --git a/source/docs/en/latest/developer/build-mac.markdown b/source/docs/en/latest/developer/build-mac.markdown index 788d80c8..0a56cfa0 100644 --- a/source/docs/en/latest/developer/build-mac.markdown +++ b/source/docs/en/latest/developer/build-mac.markdown @@ -23,7 +23,8 @@ Building HandBrake for Mac requires an Apple computer with a 64-bit Intel proces - [Command Line Tools for Xcode](https://developer.apple.com/download/more/) - free Apple Developer registration required, or install using `xcode-select --install` - [Python](https://www.python.org/downloads/) 3.7.0 or later - - ensure your Python installation has properly created `/Library/Frameworks/Python.framework/Versions/` + +Python 3 as included with macOS 11.0 Big Sur is sufficient. For macOS prior to Big Sur, after installing an updated Python 3 from an official source, please ensure the installation has properly created `/Library/Frameworks/Python.framework/Versions/`. Additional dependencies (may be built via included script): @@ -42,7 +43,7 @@ Install Command Line Tools for Xcode using the package installer provided by App xcode-select --install -Install Python 3 using the latest package installer provided by [Python](https://www.python.org/downloads/). +For macOS prior to Big Sur, install Python 3 using the latest package installer provided by [Python](https://www.python.org/downloads/). If you installed Python 3 from a different source, such as Homebrew, it is necessary to check whether Python 3 can properly open HTTPS connections. The following test prints `0` for success, or `1` for failure. Upon failure, you will need to ensure SSL certificates are installed and accessible to your Python 3 installation, or remove the installation and reinstall from the official package.