Hacker News new | ask | show | jobs
by hyperupcall 1341 days ago
What sort of compatibility issues exist with pyenv and poetry? Curious as I've never mixed the two...
1 comments

One of the things Pyenv let's you do is to use a specific version of Python within a folder. Poetry will sometimes fail to detect it and use whatever version is used globally instead.
Thanks, that is quite unfortunate