Can install the right Python version like `PDM` and `UV` do
Issue Kind
Change in current behaviour
Description
Right now the development experience using Poetry is like
- Download Python using pyenv
- Set that environment as default
- pyenv shell
- poetry install
- poetry shell
vs
- pdm install
Impact
Even with a good readme, the newbies have an installation process with a higher cognitive load
Workarounds
Yes, poetry-plugin-pyenv but these steps keep being not intuitive, Poetry could copy that fixture from UV and PDM
This is not as easy as "just add it", but it's a feature I would want Poetry to have at some point.
@jefer94 because you asked; #9905 😃 Feel free to test it out etc. But be warned, here be dragons 🐉 etc.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.