create local env python code example
Example 1: how to use virtual environment python
python3 -m venv env
Example 2: how to workon virtual environment in linux
# If any of the other dont work try
\bin\activate
python3 -m venv env
# If any of the other dont work try
\bin\activate