Skip to content

Commit f060885

Browse files
committed
don't install pip, it should be installed already in the natively compiled cpython
1 parent 75b23b9 commit f060885

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

numpy/cppbuild.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ fi
8585
export PYTHONPATH="$PYTHON_INSTALL_PATH"
8686
mkdir -p "$PYTHON_INSTALL_PATH"
8787

88-
# Install pip for the cross-compiled interpreter
89-
if ! "$PYTHON_BIN_PATH" -m pip --version >/dev/null 2>&1; then
90-
"$PYTHON_BIN_PATH" -m ensurepip --upgrade
91-
fi
92-
9388
TOOLS="setuptools==67.6.1 cython==3.0.10"
9489
if ! $PYTHON_BIN_PATH -m pip install --target=$PYTHON_LIB_PATH $TOOLS; then
9590
echo "extra_link_args = -lgfortran" >> site.cfg

0 commit comments

Comments
 (0)