install virtualenv for python 3.6 code example
Example: how to create environment in python3.7
# by runnin this command you can directly create python environment in with python3.7 version
python3.7 -m venv
# by runnin this command you can directly create python environment in with python3.7 version
python3.7 -m venv