Makefile.venv takes care of creating, updating and invoking Python virtual environment that you can use in your Makefiles. It will allow you to reduce venv related routines to almost zero!
I use python because is easy to make a script cross-platform and because python have "batteries included". I think it would be interesting to have a tool like this that depends only on python.
2 comments
[ 3.3 ms ] story [ 19.1 ms ] threadI use python because is easy to make a script cross-platform and because python have "batteries included". I think it would be interesting to have a tool like this that depends only on python.