PYTHON SETUP .ENV code example
Example 1: how to create a virtual environment in python
source env/bin/activate
Example 2: how to activate venv python
python3 -m venv tutorial-env
source env/bin/activate
python3 -m venv tutorial-env