Added Python install dir to PATH
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
6e64c9dd6a
commit
ce98d5da65
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user