mirror of https://github.com/qt/qt5.git
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:
parent
fc6717cf23
commit
ff1ad70a19
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue