Provisioning: Install virtualenv for macOS 10.12

Python virtualenv command is used when building pyside modules,
which installs additional Python modules during build time
and requires access to installation directories.

Change-Id: Id34ac8b36710ba04d8db263acdaf2bd31e314de8
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Simo Fält
2017-07-13 14:47:04 +03:00
committed by Simon Hausmann
parent 1720ed0b6f
commit c9f842af84
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
# Will install virtual env for python
sudo pip install virtualenv

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
BASEDIR=$(dirname "$0")
$BASEDIR/../common/virtualenv.sh