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