Créer des environnements virtuels Python

 python3 -m venv env
 source ./env/bin/activate
 python -m pip install package
Smoggy Scarab