mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-13 07:45:53 +08:00
Removing python3.6 and replacing it with more recent versions. Pick-to: 6.4 6.5 Change-Id: If8cd4c369e4fc9ff8dc7d53865b80b588f278091 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
5 lines
249 B
PowerShell
5 lines
249 B
PowerShell
. "$PSScriptRoot\..\common\windows\helpers.ps1"
|
|
# Needed by packaging scripts
|
|
$scriptsPath = [System.Environment]::GetEnvironmentVariable('PIP3_PATH', [System.EnvironmentVariableTarget]::Machine)
|
|
Run-Executable "$scriptsPath\pip3.exe" "install bs4"
|