mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
manylinux-common/install-python-packages: Ensure latest pip is installed
This commit is contained in:
parent
ab0ab22c67
commit
667b5c1ca7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user