Poetry Operations

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Installation

brew install poetry

This will install Poetry with the system Python version. To install Poetry with a specific Python version:

# ensure the Python version is the one you want:

python --version

# install Poetry

brew install poetry


It is probably possible to achieve that with brew too, not sure how.