Several versions of poetry at the same time? #7866
-
|
I work in parallel on several projects, all projects use poetry, but everywhere there is a different version, how can I keep several versions of poetry locally at the same time? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
I'd recommend using pipx to install and use multiple versions of Poetry in parallel. But I wonder why you need several versions? |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, just wondering, did this work well with the poetry caches? Do the two installations manage to collaborate on the cache successfully? |
Beta Was this translation helpful? Give feedback.
-
|
I’ve seen a few related discussions — #4235, #8811, and now this one #7866. While it’s not a core feature request, managing multiple Poetry versions becomes quite painful once you actually need to do so. I ran into the same issue at work, so I built a small tool called poetryenv It lets you install, switch, and pin specific Poetry versions per project. |
Beta Was this translation helpful? Give feedback.
I'd recommend using pipx to install and use multiple versions of Poetry in parallel.
But I wonder why you need several versions?