From: Daniel Martí Date: Thu, 14 Apr 2016 08:04:28 +0000 (+0000) Subject: Merge branch 'fix-virtualenv' into 'master' X-Git-Tag: 0.7.0~65 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1539b6753731425021437bcddd584c354c8f3193;p=fdroidserver.git Merge branch 'fix-virtualenv' into 'master' 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 --- 1539b6753731425021437bcddd584c354c8f3193