DFDavid Faivreindfaiv.hashnode.dev·Dec 20, 2023 · 1 min readWSL 2 Project Setup with Poetry and ZshAssuming Ubuntu (22.04) Ensure you have pip installed: sudo apt install python3-venv python3-pip Install pipx as it appears to be the default way of installing poetry: python3 -m pip install --user pipx python3 -m pipx ensurepath Install poetr...00