Use virtualenv set by configure

This commit is contained in:
ayleph 2015-03-10 22:24:20 -07:00 committed by Christopher Allan Webber
parent ad5a20aa4f
commit b0e3ba4c68

View File

@ -121,7 +121,7 @@ i18n: $(maybe_venv_dep)
ifneq ($(VIRTUALENV),no)
./bin/python:
rm -f ./bin/python
virtualenv --system-site-packages --python=$(PYTHON) .
${VIRTUALENV} --system-site-packages --python=$(PYTHON) .
./bin/python setup.py develop --upgrade
virtualenv: bin/python extlib