vscode: add Cygwin terminal profile and config for VS debugger for Windows
[LibreOffice.git] / pyuno / zipcore / nonmac.sh
blob5e7cca14d063a922d7e4faa299cfe4b50f962934
1 # Set URE_BOOTSTRAP so that "uno.getComponentContext()" bootstraps a complete
2 # OOo UNO environment:
3 : ${URE_BOOTSTRAP=vnd.sun.star.pathname:$sd_prog/fundamentalrc}
4 export URE_BOOTSTRAP
6 PYTHONPATH=$sd_prog:$sd_prog/python-core-%%PYVERSION%%/lib:$sd_prog/python-core-%%PYVERSION%%/lib/lib-dynload:$sd_prog/python-core-%%PYVERSION%%/lib/lib-tk:$sd_prog/python-core-%%PYVERSION%%/lib/site-packages${PYTHONPATH+:$PYTHONPATH}
7 export PYTHONPATH
8 PYTHONHOME=$sd_prog/python-core-%%PYVERSION%%
9 export PYTHONHOME
11 # execute binary
12 exec "$sd_prog/python.bin" "$@"