From e03f97d1cd6e6bf01106754b26ceb5599055f7fd Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Sat, 4 May 2024 23:18:31 +0200 Subject: [PATCH] Update macOS instructions to use default cask (#6368) --- docs/install_guides/mac.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/install_guides/mac.rst b/docs/install_guides/mac.rst index c32b4820e..d6de8e354 100644 --- a/docs/install_guides/mac.rst +++ b/docs/install_guides/mac.rst @@ -28,8 +28,7 @@ one-by-one: brew install python@3.11 brew install git - brew tap homebrew/cask-versions - brew install --cask temurin17 + brew install temurin@17 By default, Python installed through Homebrew is not added to the load path. To fix this, you should run these commands: