From 2579b46de683ac40c10fb33e79933591457a1291 Mon Sep 17 00:00:00 2001 From: Young Joon Lee Date: Thu, 1 Jun 2023 07:16:14 +0900 Subject: [PATCH] fix(chezmoi): add pipx installation for poetry package --- chezmoi/.chezmoidata.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/chezmoi/.chezmoidata.yaml b/chezmoi/.chezmoidata.yaml index dc57829f..8a93770b 100644 --- a/chezmoi/.chezmoidata.yaml +++ b/chezmoi/.chezmoidata.yaml @@ -297,6 +297,7 @@ packages: - name: poetry brew: true script: true + pipx: true script_cmd: curl -sSL https://install.python-poetry.org | python3 - scope: optional - name: poethepoet