Y
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
GOATS-
1340 days ago
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.
link
hyperupcall
1340 days ago
Thanks, that is quite unfortunate
link