setup.sh 206 B

123456789
  1. #!/bin/bash
  2. export PY3_ROOT=$IROOT/py3
  3. export PY3=$PY3_ROOT/bin/python
  4. export PY3_PIP=$PY3_ROOT/bin/pip3
  5. export PY3_API_HOUR=$PY3_ROOT/bin/api_hour
  6. cd $TROOT/yocto_http
  7. $PY3_API_HOUR -ac hello:Container &