Poetry

Introduction

brew install pipx

pipx install poetry

export PATH="$HOME/.local/bin:$PATH" # add this line in .zshrc
source ~/.zshrc # important

poetry --version

poetry init

poetry config virtualenvs.in-project true # important

poetry install

poetry self add poetry-plugin-shell

poetry shell

poetry env info