Our setup script is not too complicated, but getting there. We should review if porting to Python makes sense.
- Evaluate current complexities in our script.
- Decide if we want to keep it in exchange for not having to depend on Python (bash being more universally installed)
- If yes: which version, how would we handle .venv usage, could flag generation obscurity be improved.
Our setup script is not too complicated, but getting there. We should review if porting to Python makes sense.