Ensure that virtualenv is starting via python2

This commit is contained in:
Alvin Moore 2019-05-11 07:53:22 -07:00
parent 0840271ddc
commit cacd66fdde
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ buildsphinx:
cd $(BUILDDIR); \
curl -OL $(VENV_URL); \
tar zxvf $(VENV_VERSION).tar.gz; \
./$(VENV_VERSION)/virtualenv.py venv; \
python2 ./$(VENV_VERSION)/virtualenv.py venv; \
fi
. $(VENVDIR)/bin/activate && \
cp .pip.conf $(VENVDIR)/pip.conf && \