From 0c569f69077e57803b14dcddd6b0c0e63bef231c Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 28 Jan 2022 10:52:55 +1100 Subject: [PATCH] Add ~/Library/Python bins to path when they exist --- config/zsh/login/langs | 1 + 1 file changed, 1 insertion(+) diff --git a/config/zsh/login/langs b/config/zsh/login/langs index 22af726..4a123b7 100644 --- a/config/zsh/login/langs +++ b/config/zsh/login/langs @@ -47,6 +47,7 @@ newbins+=($XDG_CONFIG_HOME/composer/vendor/bin) # python export -UT PYTHONPATH pythonpath +newbins+=(~/Library/Python/*/bin(N)) # pipenv already uses $XDG_DATA_HOME, but pyenv doesn't, so we need to # configure it explicitly. export PYENV_ROOT=$XDG_DATA_HOME/pyenv