From 80915b62ca17fc8f88d2f0d0d6d9d56bbd795585 Mon Sep 17 00:00:00 2001 From: "John F. Mercer" Date: Sun, 8 Dec 2024 11:45:58 -0500 Subject: [PATCH] Disable pipx package installs --- .../linux/run_onchange_before_10_installs.sh.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl b/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl index 62ddce3..a849bd9 100644 --- a/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl +++ b/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl @@ -98,10 +98,10 @@ pipx_packages=( "poetry" ) -for pipx_packages in "${pipx_packages[@]}"; do - echo "Installing pipx package $pipx_package" - pipx install $pipx_package -done +# for pipx_packages in "${pipx_packages[@]}"; do +# echo "Installing pipx package $pipx_package" +# pipx install $pipx_package +# done {{ end }}