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