pip update fix

This commit is contained in:
Brian Zalewski 2023-12-25 03:59:35 +00:00
parent dd99ddb479
commit 5798024e5d

View file

@ -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 &