Zellij: activate Python virtualenv on startup
In Zellij I want to activate Python virtualenv on startup with predifined layout.
Some suggested to use direnv shell extension.
But I don`t want to use shell extensions, since layout is intended to be used for collaborative work and I would like to avoid having extra dependencies.
Maybe there is some workaround to make Zellij source venv/bin/activate?