dh-virtualenv
dh-virtualenv copied to clipboard
Default to built-in venv module
By making Python 3 default (#274), we should make built-in venv default.
Rationale: It is a less moving target than virtualenv (see #272). We should still provide a way to run the virtualenv, but we should be defaulting to python-venv.
This change would be backwards incompatible