chiark / gitweb /
Merge branch 'fix-virtualenv' into 'master'
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 14 Apr 2016 08:04:28 +0000 (08:04 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 14 Apr 2016 08:04:28 +0000 (08:04 +0000)
Prefer pyvenv instead of virtualenv for Python 3.3+

`virtualenv` uses python2 by default on my machine.
Using `pyvenv` (see https://docs.python.org/3/library/venv.html#module-venv) instead of `virtualenv` fixes the problem and let's me perform `python3 setup.py install` in the virtual environment.

See merge request !119


Trivial merge