-
Mario Oenning authored
Adjust bash wrapper scripts to activate our python virtualenv: Script execution is triggered from ssh / git. These wrapper scripts then call python scripts created by poetry. We should make sure that this happens within our venv. Previously this was done by using "poetry run...". However, using poetry is costly and adds some delay. Instead of using poetry, we can just activate our venv and then execute our scripts. Signed-off-by:
moson-mo <mo-son@mailbox.org>
Mario Oenning authoredAdjust bash wrapper scripts to activate our python virtualenv: Script execution is triggered from ssh / git. These wrapper scripts then call python scripts created by poetry. We should make sure that this happens within our venv. Previously this was done by using "poetry run...". However, using poetry is costly and adds some delay. Instead of using poetry, we can just activate our venv and then execute our scripts. Signed-off-by:
moson-mo <mo-son@mailbox.org>
Code owners