Setup

First make the venv.

python -m venv name-of-the-venv

Then you are going to activate it.

source name-of-the-venv/bin/activate

Python