mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-18 19:16:21 +08:00
Provisioning: Fix Python3 install PS script usage
Change-Id: I843c861804cf70b91553fac680797550a4f4af64 Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
@@ -1 +1,8 @@
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1"
|
||||
# Parameters:
|
||||
# - Arch 32/64
|
||||
# - installer sha1
|
||||
# - install target dir
|
||||
# - version
|
||||
# - Optional true/false if set as default with PYTHON3/PIP3_PATH variables, default false
|
||||
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "76c50b747237a0974126dd8b32ea036dd77b2ad1" "C:\Python36" "3.6.1" $true
|
||||
|
||||
Reference in New Issue
Block a user