projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad5a20a
)
Use virtualenv set by configure
author
ayleph
<ayleph@thisshitistemp.com>
Wed, 11 Mar 2015 05:24:20 +0000
(22:24 -0700)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Fri, 3 Apr 2015 19:58:42 +0000
(14:58 -0500)
Makefile.in
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 5530b9e8919eaee8b53fd777f0ca459d45116d96..5964a8230ffeaba044e15b1cc66fa40ee67ab06a 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-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