I'm looking for a tool that can run source venv/bin/activate and run the commands in that same shell. It is not cleanly doable using make, and so I tried Task.
It appears we can't do this using Task. Is there a way to have a workaround or add an option to run all commands in the same shell ?
I'm looking for a tool that can run
source venv/bin/activateand run the commands in that same shell. It is not cleanly doable using make, and so I tried Task.It appears we can't do this using Task. Is there a way to have a workaround or add an option to run all commands in the same shell ?