mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-17 21:09:25 +00:00
[shell-common] Add Python user bin path on MacOS
This commit is contained in:
@@ -36,6 +36,9 @@ if [[ $(uname) == "Darwin" ]]; then
|
|||||||
export GODEBUG=asyncpreemptoff=1
|
export GODEBUG=asyncpreemptoff=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Python user bin folder
|
||||||
|
[ -d $HOME/Library/Python/3.9/bin ] && export PATH=$PATH:$HOME/Library/Python/3.9/bin
|
||||||
|
|
||||||
# Homebrew
|
# Homebrew
|
||||||
[ -d /opt/homebrew ] && eval $(/opt/homebrew/bin/brew shellenv)
|
[ -d /opt/homebrew ] && eval $(/opt/homebrew/bin/brew shellenv)
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user