Create virtual environment python and activate code example
Example 1: how to use virtual environment python
python3 -m venv env
Example 2: how to activate venv python
python3 -m venv tutorial-env
Example 3: how to make virtual environment
virtualenv mypython