Home

Search IconIcon to open search

poetry

Yet another package manager for Python the language.


By default, poetry uses ~/.cache/pypoetry/virtualenvs for storing virtual envs. Bad idea. Change it with poetry config virtualenvs.path /your/new/path. $HOME/.local/share/poetry/virtualenvs is suggested. See this issue.

# How to use