master
/ miniconda3 / pkgs / pip-23.1.2-py311h06a4308_0 / info / recipe / build.sh

build.sh @a663dc1 raw · history · blame

1
2
3
4
5
6
7
8
9
#!/bin/bash

$PYTHON setup.py install --single-version-externally-managed --record record.txt

cd $PREFIX/bin
rm -f pip2* pip3*
rm -f $SP_DIR/__pycache__/pkg_res*
# Remove all bundled .exe files courtesy of distlib.
rm -f $SP_DIR/pip/_vendor/distlib/*.exe