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: