setup_py2.sh 164 B

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