mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-08 20:17:53 +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..."
|
echo "Remove $package..."
|
||||||
del $package
|
del $package
|
||||||
Add-Path $path
|
Add-Path $path
|
||||||
|
|
||||||
|
& python -m ensurepip
|
||||||
|
# Install python virtual env
|
||||||
|
pip.exe install virtualenv
|
||||||
|
|||||||
Reference in New Issue
Block a user