Compare commits

...

3 Commits

Author SHA1 Message Date
Marcus Noble a822f82708
Add correct python bin dir to PATH
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-09-22 15:32:19 +01:00
Marcus Noble 4c10b4fb94
Remove python install dir from PATH
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-09-22 15:26:26 +01:00
Marcus Noble ce98d5da65
Added Python install dir to PATH
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-09-22 15:23:40 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -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"