How I manage my Python Virtual Environments
In a common workflow we create a virtual environment using different tools inside of the project directory. You might have venv, .venv, env and so on. I find it a bit cluttered. My approach is a bit d
yankee.dev6 min read