This document provides some fundamental and comparisons about virtual environment tools. The readers are expected to use one of similar tools once. If not, the readers should read 12. Virtual Environments and Packages — Python 3.12.2 documentation. Some concepts might be oversimplified.
Every beginner tutorial about creating virtual environment starts with venv or virtualenv .
venv is a standard module for creating lightweight environment.