setup.sh 230 B

12345678
  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. $PY3_API_HOUR -ac --chdir=hello/ --config_dir=hello/etc/hello/ hello:Container &