Skip to content

Use python3 venv module instead of pyvenv

Joren Vrancken requested to merge venv_deprecation into master

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

Merge request reports