From 2ae54c837f7baed2d2b8fa83bc60072549155167 Mon Sep 17 00:00:00 2001 From: Red-GitHubBot <88117545+Red-GitHubBot@users.noreply.github.com> Date: Wed, 8 Sep 2021 22:37:38 +0200 Subject: [PATCH] [3.4] Update Mac OS instructions to work properly on Apple Silicon (#5234) (#5293) (cherry picked from commit d84c8efa34d4dbcb79383523e68627d7af0095b2) Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> --- docs/install_linux_mac.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_linux_mac.rst b/docs/install_linux_mac.rst index 95b9e65f9..455fa1d8f 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -154,7 +154,7 @@ one-by-one: .. prompt:: bash brew install python@3.8 - echo 'export PATH="/usr/local/opt/python@3.8/bin:$PATH"' >> ~/.profile + echo 'export PATH="$(brew --prefix)/opt/python@3.8/bin:$PATH"' >> ~/.profile source ~/.profile brew install git brew install --cask adoptopenjdk/openjdk/adoptopenjdk11