dh-virtualenv icon indicating copy to clipboard operation
dh-virtualenv copied to clipboard

Default to built-in venv module

Open nailor opened this issue 5 years ago • 0 comments

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

nailor avatar Mar 01 '19 08:03 nailor