positron icon indicating copy to clipboard operation
positron copied to clipboard

Treat local poetry envs similarly to local venvs

Open pstorozenko opened this issue 10 months ago • 3 comments

Hi! For pyshiny apps my usual workflow is to use poetry for dependency management. In VS Code I get nicely suggestion if there's a poetry environment associated with the project (as recomended) image

In Positron, the poetry created python kernel is mixed with other unrelated kernels. image

I know you've suggested pyenv in wiki, but well, I think poetry becoming standard more than pyenv (we know it's a mess in python community 🤷🏻).

Wdyt?

pstorozenko avatar Apr 09 '24 12:04 pstorozenko