Skip to content

Is there a recommended way to install stable and preview versions of poetry side-by-side? #5372

Discussion options

You must be logged in to vote

The pipx installation method makes this fairly nice:

pipx install poetry
pipx install poetry==1.2.0b1 --suffix=b1
pipx install git+https://github.com/python-poetry/poetry.git --suffix=git

Gives us a poetry command (for the latest release), poetryb1 for the beta release, and poetrygit for git master.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@abn
Comment options

Answer selected by abn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants