From 6f58ddd5201a46126a2b39b1b8619ddcdf6175d9 Mon Sep 17 00:00:00 2001 From: Red-GitHubBot <88117545+Red-GitHubBot@users.noreply.github.com> Date: Sat, 4 Jun 2022 15:26:27 +0200 Subject: [PATCH] [3.4] Use Temurin 11 instead of discontinued AdoptOpenJDK on macOS (#5718) (#5749) (cherry picked from commit 6bb11ad22786bab642efa65efca839c6cade083c) Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> --- docs/install_guides/mac.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/install_guides/mac.rst b/docs/install_guides/mac.rst index e5c49d075..1a535c979 100644 --- a/docs/install_guides/mac.rst +++ b/docs/install_guides/mac.rst @@ -23,7 +23,8 @@ one-by-one: brew install python@3.9 brew install git - brew install --cask adoptopenjdk/openjdk/adoptopenjdk11 + brew tap homebrew/cask-versions + brew install --cask temurin11 By default, Python installed through Homebrew is not added to the load path. To fix this, you should run these commands: