As indicated in official Python's documentation, You can create the environment with:
python3 -m venv NAMENEV
and activate with:
source NAMENEV/bin/activate