Feature Request
As of 2020 (at least on macOS), the most convenient way to manage (install, list, etc) multiple versions of Python is by using pyenv (although we don't need some mechanism like shims).
It'd be like a charm if Poetry automatically looks for Python versions listed by pyenv and choose appropriate one based on constraint (choose the best one from pyenv versions list --bare if the command is available).
Feature Request
As of 2020 (at least on macOS), the most convenient way to manage (install, list, etc) multiple versions of Python is by using
pyenv(although we don't need some mechanism like shims).It'd be like a charm if Poetry automatically looks for Python versions listed by
pyenvand choose appropriate one based on constraint (choose the best one frompyenv versions list --bareif the command is available).