From 6bb11ad22786bab642efa65efca839c6cade083c Mon Sep 17 00:00:00 2001 From: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> Date: Sat, 4 Jun 2022 15:24:30 +0200 Subject: [PATCH] Use Temurin 11 instead of discontinued AdoptOpenJDK on macOS (#5718) --- 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 4d0b69285..15a3b4384 100644 --- a/docs/install_guides/mac.rst +++ b/docs/install_guides/mac.rst @@ -25,7 +25,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: