poetry icon indicating copy to clipboard operation
poetry copied to clipboard

Can install the right Python version like `PDM` and `UV` do

Open jefer94 opened this issue 1 year ago • 1 comments

Issue Kind

Change in current behaviour

Description

Right now the development experience using Poetry is like

  1. Download Python using pyenv
  2. Set that environment as default
  3. pyenv shell
  4. poetry install
  5. poetry shell

vs

  1. 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

jefer94 avatar Dec 17 '24 05:12 jefer94

This is not as easy as "just add it", but it's a feature I would want Poetry to have at some point.

Secrus avatar Dec 18 '24 12:12 Secrus

@jefer94 because you asked; #9905 😃 Feel free to test it out etc. But be warned, here be dragons 🐉 etc.

abn avatar Jan 25 '25 20:01 abn

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.

github-actions[bot] avatar Mar 15 '25 00:03 github-actions[bot]