Add support for the 'poetry' Python package manager
This commit is contained in:
parent
fb02531e2c
commit
ad8ee421e4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue