From 5798024e5de2c1af243506d4eb053543bc8e3508 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 25 Dec 2023 03:59:35 +0000 Subject: [PATCH] pip update fix --- .../.chezmoiscripts/universal/run_after_01-pre-install.sh.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.chezmoiscripts/universal/run_after_01-pre-install.sh.tmpl b/home/.chezmoiscripts/universal/run_after_01-pre-install.sh.tmpl index 02aa31c7..677eaad6 100644 --- a/home/.chezmoiscripts/universal/run_after_01-pre-install.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_after_01-pre-install.sh.tmpl @@ -492,6 +492,7 @@ ensurePipUpdated() { ### python3.10 pip update if command -v python3.10 > /dev/null; then logg info 'Ensuring python3.10 pip is updated' && python3.10 -m pip install --upgrade pip & + fi ### python3.11 pip update if command -v python3.11 > /dev/null; then @@ -1025,6 +1026,7 @@ if [ -n "$DEBUG" ] || [ -n "$DEBUG_MODE" ]; then emscriptenInstall enableAutoUpdateDarwin ensureQtStyleOverride + ensurePipUpdated ensureSystemGemUpdated ensureZshShell gnomeExtensionSettings @@ -1052,6 +1054,7 @@ else emscriptenInstall & enableAutoUpdateDarwin & ensureQtStyleOverride & + ensurePipUpdated & ensureSystemGemUpdated & ensureZshShell & gnomeExtensionSettings &