From a822f827081cbff3d86ffef8b264073f923ca9f4 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 22 Sep 2023 15:32:19 +0100 Subject: [PATCH] Add correct python bin 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..548553e 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/bin" "/opt/homebrew/bin/" "/usr/local/bin" "/usr/bin"