Use virtualenv set by configure
authorayleph <ayleph@thisshitistemp.com>
Wed, 11 Mar 2015 05:24:20 +0000 (22:24 -0700)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 3 Apr 2015 19:58:42 +0000 (14:58 -0500)
Makefile.in

index 5530b9e8919eaee8b53fd777f0ca459d45116d96..5964a8230ffeaba044e15b1cc66fa40ee67ab06a 100644 (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