From ad8ee421e4cb8fee4a7709c87bb9ce50689179c0 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 4 Nov 2019 12:22:14 +1100 Subject: [PATCH] Add support for the 'poetry' Python package manager --- config/zsh/login/langs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zsh/login/langs b/config/zsh/login/langs index a36d024..e6ebf1b 100644 --- a/config/zsh/login/langs +++ b/config/zsh/login/langs @@ -45,6 +45,6 @@ export -UT PYTHONPATH pythonpath # configure it explicitly. export PYENV_ROOT=$XDG_DATA_HOME/pyenv export PYENV_SHELL=zsh -newbins+=($XDG_DATA_HOME/pyenv/shims) +newbins+=($XDG_DATA_HOME/pyenv/shims $HOME/.poetry/bin) path=($newbins $path)