diff --git a/Makefile b/Makefile index 306f140864..3b98df3497 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ $(VENV): chmod +x $@ $(PYTHON): $(VENV) - $(VENV) $(VENV_DIR) + $(VENV) -p python2.7 $(VENV_DIR) $(PIP) install mako pyyaml $(MAKO_RENDER): $(PYTHON)