install pip virtualenv code example
Example 1: how to use virtual environment python
python3 -m venv env
Example 2: how to use virtual environment python
python3 -m pip install --user virtualenv
Example 3: how to make virtual environment
virtualenv mypython