Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can install the right Python version like PDM and UV do #9905

Open
jefer94 opened this issue Dec 17, 2024 · 1 comment
Open

Can install the right Python version like PDM and UV do #9905

jefer94 opened this issue Dec 17, 2024 · 1 comment
Labels
kind/feature Feature requests/implementations

Comments

@jefer94
Copy link

jefer94 commented Dec 17, 2024

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 jefer94 added kind/feature Feature requests/implementations status/triage This issue needs to be triaged labels Dec 17, 2024
@Secrus
Copy link
Member

Secrus commented Dec 18, 2024

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

@Secrus Secrus removed the status/triage This issue needs to be triaged label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Feature requests/implementations
Projects
None yet
Development

No branches or pull requests

2 participants