setup_py3.sh 215 B

1234567
  1. #!/bin/bash
  2. fw_depends mysql python3
  3. pip3 install --install-option="--prefix=${PY3_ROOT}" -r $TROOT/requirements.txt
  4. gunicorn --pid=gunicorn.pid hello.wsgi:application -c gunicorn_conf.py --env DJANGO_DB=mysql &