dockcross/manylinux-x86/install-skbuild.sh

6 lines
90 B
Bash
Raw Normal View History

2016-09-25 05:14:33 +02:00
#!/bin/bash
for PIP in /opt/python/*/bin/pip; do
$PIP install scikit-build==0.3.0
done