From 4c10b4fb94f7b2760e2e6b00367f8dfc85bf191d Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 22 Sep 2023 15:26:26 +0100 Subject: [PATCH] Remove python install dir from PATH Signed-off-by: Marcus Noble --- home/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/home/.zshrc b/home/.zshrc index 2c6b2db..d44f42d 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -6,7 +6,6 @@ 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"