venvs in Python

How to create and activate a virtual environment

Date de publication

14 avril 2023

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