From ce98d5da65cb5c47edffd768e7cf5f3ffbc870a0 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 22 Sep 2023 15:23:40 +0100 Subject: [PATCH] Added Python install dir to PATH Signed-off-by: Marcus Noble --- home/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.zshrc b/home/.zshrc index d44f42d..2c6b2db 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -6,6 +6,7 @@ PATH_DIRS=( "${GOPATH:-${HOME}/goworkspace}/bin" "${HOME}/.cargo/bin" "/home/linuxbrew/.linuxbrew/bin" + "${HOME}/Library/Python/3.11/lib/python/site-packages" "/opt/homebrew/bin/" "/usr/local/bin" "/usr/bin"