feat: upgrade pip after system installation

This commit is contained in:
Amin Yahyaabadi 2023-06-28 16:43:01 -07:00
parent 43600ff17c
commit 201ecd0a36
5 changed files with 10 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -186,6 +186,8 @@ async function setupPip(foundPython: string) {
const upgraded = ensurePipUpgrade(foundPython)
if (!upgraded) {
await setupPipSystem()
// upgrade pip
ensurePipUpgrade(foundPython)
}
}