Créer un Venv
# Create the virtual environment.
python -m venv venv
# Activate the env.
venv\Scripts\activate.bat
Nervous Nightingale
# Create the virtual environment.
python -m venv venv
# Activate the env.
venv\Scripts\activate.bat
python3 -m pip install --user virtualenv
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"