I am writing a Makefile and I wanna call the virtualenvwrapper command "deactivate" inside Makefile.
The anwser of this thread How to leave/exit/deactivate a python virtualenv? has a comment saying that "deactivate" command is not a binary, nor a script, it's a dinamyc alias shell created when you activate your virtualenv.
So, how can I do that?