venvs in Python
How to create and activate a virtual environment
nobody will remember: - your salary - how “busy you were” - how many hours you worked
people will remember: - python3.12 -m venv venv - source venv/bin/activate - pip install -r requirements.txt