Is there a recommended way to install stable and preview versions of poetry side-by-side? #5372
Answered
by
clintonroy
igor-petrik-invitae
asked this question in
Q&A
-
I would like to try out the features of the new version of poetry, but I would like to have the option to fall back to the stable version for some projects, if the preview version has a bug that impacts that package. What is the best way to achieve this, using the recommended installer? |
Beta Was this translation helpful? Give feedback.
Answered by
clintonroy
Mar 28, 2022
Replies: 1 comment 1 reply
-
The pipx installation method makes this fairly nice:
Gives us a poetry command (for the latest release), poetryb1 for the beta release, and poetrygit for git master. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
abn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The pipx installation method makes this fairly nice:
Gives us a poetry command (for the latest release), poetryb1 for the beta release, and poetrygit for git master.