From c4e6732e774330ef8d9601d70dddd431c80ac9b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 16 Oct 2022 23:17:17 +0200 Subject: [PATCH] Added the into PATH diffrent location for homebrew (M2 chip) --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index f114074..98887fd 100644 --- a/.zshrc +++ b/.zshrc @@ -138,6 +138,7 @@ if [[ "$(uname)" == "Darwin" ]]; then # Other export export PATH="/usr/local/opt/openssl@3/bin:$PATH" + export PATH="/opt/homebrew/bin:$PATH" export PATH=$PATH:$HOME/Library/Python/3.10/bin export PATH=$PATH:/usr/local/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/bin export LDFLAGS="-L/usr/local/opt/openssl@3/lib"