Setup
First make the venv.
python -m venv name-of-the-venvThen you are going to activate it.
source name-of-the-venv/bin/activateFirst make the venv.
python -m venv name-of-the-venvThen you are going to activate it.
source name-of-the-venv/bin/activate