setup.sh 87 B

123456
  1. #!/bin/bash
  2. export PY2_ROOT=$IROOT/py2
  3. export PY2=$PY2_ROOT/bin/python
  4. $PY2 app.py &