From 06b6c7c490653fbc5ad418ab1ab240f4a74266ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Tue, 26 Jul 2022 00:09:36 +0200 Subject: [PATCH] Added new PATH due to python-bin --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 26afd0b..a8b2488 100644 --- a/.zshrc +++ b/.zshrc @@ -137,6 +137,7 @@ if [[ "$(uname)" == "Darwin" ]]; then # Other export export PATH="/usr/local/opt/openssl@3/bin:$PATH" export PATH=$PATH:$HOME/Library/Python/3.9/bin + export PATH=$PATH:/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/bin export LDFLAGS="-L/usr/local/opt/openssl@3/lib" export CPPFLAGS="-I/usr/local/opt/openssl@3/include" export PKG_CONFIG_PATH="/usr/local/opt/openssl@3/lib/pkgconfig"