spotify / dh-virtualenv

Python virtualenvs in Debian packages

Home Page:http://dh-virtualenv.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default to built-in venv module

nailor opened this issue · 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