pip update fix
This commit is contained in:
parent
dd99ddb479
commit
5798024e5d
1 changed files with 3 additions and 0 deletions
|
@ -492,6 +492,7 @@ ensurePipUpdated() {
|
||||||
### python3.10 pip update
|
### python3.10 pip update
|
||||||
if command -v python3.10 > /dev/null; then
|
if command -v python3.10 > /dev/null; then
|
||||||
logg info 'Ensuring python3.10 pip is updated' && python3.10 -m pip install --upgrade pip &
|
logg info 'Ensuring python3.10 pip is updated' && python3.10 -m pip install --upgrade pip &
|
||||||
|
fi
|
||||||
|
|
||||||
### python3.11 pip update
|
### python3.11 pip update
|
||||||
if command -v python3.11 > /dev/null; then
|
if command -v python3.11 > /dev/null; then
|
||||||
|
@ -1025,6 +1026,7 @@ if [ -n "$DEBUG" ] || [ -n "$DEBUG_MODE" ]; then
|
||||||
emscriptenInstall
|
emscriptenInstall
|
||||||
enableAutoUpdateDarwin
|
enableAutoUpdateDarwin
|
||||||
ensureQtStyleOverride
|
ensureQtStyleOverride
|
||||||
|
ensurePipUpdated
|
||||||
ensureSystemGemUpdated
|
ensureSystemGemUpdated
|
||||||
ensureZshShell
|
ensureZshShell
|
||||||
gnomeExtensionSettings
|
gnomeExtensionSettings
|
||||||
|
@ -1052,6 +1054,7 @@ else
|
||||||
emscriptenInstall &
|
emscriptenInstall &
|
||||||
enableAutoUpdateDarwin &
|
enableAutoUpdateDarwin &
|
||||||
ensureQtStyleOverride &
|
ensureQtStyleOverride &
|
||||||
|
ensurePipUpdated &
|
||||||
ensureSystemGemUpdated &
|
ensureSystemGemUpdated &
|
||||||
ensureZshShell &
|
ensureZshShell &
|
||||||
gnomeExtensionSettings &
|
gnomeExtensionSettings &
|
||||||
|
|
Loading…
Reference in a new issue