how to see the virtual environment python code example
Example 1: create virtual environment code
python3 -m venv venv
Example 2: virtual environment python
source env/bin/activate
python3 -m venv venv
source env/bin/activate