setup_py3.sh 128 B

123456
  1. #!/bin/bash
  2. export PY3_ROOT=$IROOT/py3
  3. export PY3_GUNICORN=$PY3_ROOT/bin/gunicorn
  4. $PY3_GUNICORN app:app -c gunicorn_conf.py &