aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/macos/python2.sh
Commit message (Collapse)AuthorAgeFilesLines
* Provisioning: Upgrade pip to latest versionHeikki Halmet2018-04-151-0/+7
| | | | | | | | | | | | Latest pip version is not installed during python installation. Pip need to be reinstalled after python installation because older version of pip seems to cause installation problems randomly at least with python 2.7 Task-number: QTQAINFRA-1902 Change-Id: If3d74130ecee6e410c64cad309feff9edc0e5db0 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* Provision: Use specific Python2 version in macOSSimo Fält2018-02-131-0/+52
Make sure we use some specific Python2 version on macOS instead of the one pre-installed along with system. Change-Id: Ifee07a8cf003e282ec3cb67535818f9fe39c8679 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>