mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Provision: Install pyside python dependencies to Windows
To test successfully pyside dependencies with Coin, we need python virtual env. Change-Id: I59c620b7da9c78d2b5c55e233d75597b747a8e84 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
@@ -62,3 +62,7 @@ echo "Chancing allowZip64 value to 'True'..."
|
||||
echo "Remove $package..."
|
||||
del $package
|
||||
Add-Path $path
|
||||
|
||||
& python -m ensurepip
|
||||
# Install python virtual env
|
||||
pip.exe install virtualenv
|
||||
|
||||
Reference in New Issue
Block a user