mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 11:56:31 +08:00
When installing Python ensure that pip is installed too
If Python is not deinstalled cleanly (01-windows_removethemall.ps1 just erases installation directory) pip is not bootstrapped by new installation. Fix it by running ensurepip module. Change-Id: I3a7ed87eed30118876d7022eed94b8a571677529 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
@@ -62,3 +62,5 @@ echo "Chancing allowZip64 value to 'True'..."
|
|||||||
echo "Remove $package..."
|
echo "Remove $package..."
|
||||||
del $package
|
del $package
|
||||||
Add-Path $path
|
Add-Path $path
|
||||||
|
|
||||||
|
& python -m ensurepip
|
||||||
|
|||||||
Reference in New Issue
Block a user