Skip to content

Commit 02de682

Browse files
committed
STYLE: manylinux: python package can now be installed normally
This is possible since dockcross/dockcross@8923c6a
1 parent 47ec628 commit 02de682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/internal/manylinux-build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ for PYBIN in /opt/python/*/bin; do
5454
echo "PYTHON_INCLUDE_DIR:${PYTHON_INCLUDE_DIR}"
5555
echo "PYTHON_LIBRARY:${PYTHON_LIBRARY}"
5656

57-
${PYBIN}/pip install --user -r /work/requirements-dev.txt
57+
${PYBIN}/pip install -r /work/requirements-dev.txt
5858
${PYBIN}/python setup.py bdist_wheel -G Ninja -- \
5959
-DSimpleITK_DIR:PATH=/work/standalone-${arch}-build/SimpleITK-superbuild/SimpleITK-build \
6060
-DSimpleITK_SOURCE_DIR:PATH=/work/standalone-${arch}-build/SimpleITK \

0 commit comments

Comments
 (0)