Activate python virtualenv automatically with direnv
direnv is a tool to set up automatically environment variables as soon as we enter in a directory that contains a .envrc file. We can use this feature to activate our virtualenvs as well.
Let's see what happens when we activate manually a virtualenv ...
erickgnavar.hashnode.dev1 min read