Add correct python bin dir to PATH
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
4c10b4fb94
commit
a822f82708
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user