Python VENV (Virtual Env)

As indicated in official Python's documentation, You can create the environment with:

python3 -m venv NAMENEV
python3 -m venv NAMENEV

and activate with:

source NAMENEV/bin/activate
source NAMENEV/bin/activate