Jul 26, 2024
I've updated the article, thanks again for your feedback!
Btw, I found that when installing Poetry with pipx, all created Poetry environments will be bound to the Python version that was used to install Poetry using pipx. To fix this, just run `poetry env use $(pyenv which python)` after initialising the Poetry environment.
This is not mentioned in the Poetry documentation.