setup_pypy2.sh 163 B

1234567
  1. #!/bin/bash
  2. fw_depends mysql pypy2
  3. pip install --install-option="--prefix=${PYPY2_ROOT}" -r $TROOT/requirements-pypy.txt
  4. gunicorn app:app -c gunicorn_conf.py &