You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the documentation and believe that my question is not covered.
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).
The text was updated successfully, but these errors were encountered:
At Poetry we try to avoid implementations specific for third-party tools. But maybe it's possible to implement it as a plugin. Or you give #4852 a try. Maybe this works as well :)
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 frompyenv versions list --bare
if the command is available).The text was updated successfully, but these errors were encountered: