Créer Venv Ubuntu 20.04

sudo apt-get install python3-venv

 python3 -m venv .venv
Tough Tiger