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: