manylinux-common/install-python-packages: Ensure latest pip is installed

This commit is contained in:
Jean-Christophe Fillion-Robin 2016-11-03 13:11:47 -04:00
parent ab0ab22c67
commit 667b5c1ca7
No known key found for this signature in database
GPG Key ID: 15C1A2812F958BD3

View File

@ -1,5 +1,6 @@
#!/bin/bash
for PIP in /opt/python/*/bin/pip; do
$PIP install --disable-pip-version-check --upgrade pip
$PIP install scikit-build==0.4.0
done