Vanilla distribution, including example projects and dependencies
To use latest up-to-date repositories alongside avalon-setup while developing, you can override the submodules used internally via environment variables.
avalon-local.bat
@echooffsetAVALON_CORE=<path/to/avalon-core>setAVALON_LAUNCHER=<path/to/avalon-launcher>setAVALON_PROJECTS=<path/to/avalon-examples>setAVALON_CONFIG=<my_config>setAVALON_LABEL=<my label>setAVALON_SENTRY=<replace me>setAVALON_MONGO=mongodb://<mongodb-address>setPYTHONPATH=<path/to/config>;%PYTHONPATH%
python <path/to/avalon-setup>/avalon.py %*