dockcross/manylinux-x86/install-skbuild.sh

6 lines
90 B
Bash
Raw Normal View History

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