Use python3 venv module instead of pyvenv
Short description
pyvenv
throws the following warning because it will be removed in python 3.8:
WARNING: the pyenv script is deprecated in favour of `python3.6 -m venv`
Edited by Joren Vrancken
pyvenv
throws the following warning because it will be removed in python 3.8:
WARNING: the pyenv script is deprecated in favour of `python3.6 -m venv`