build.sh 255 B

123456789
  1. #!/bin/bash
  2. $PYTHON setup.py install --single-version-externally-managed --record record.txt
  3. cd $PREFIX/bin
  4. rm -f pip2* pip3*
  5. rm -f $SP_DIR/__pycache__/pkg_res*
  6. # Remove all bundled .exe files courtesy of distlib.
  7. rm -f $SP_DIR/pip/_vendor/distlib/*.exe