update the makefile

This commit is contained in:
Alexis M 2019-06-26 23:34:53 +02:00
parent acb00dec10
commit fdc8c1d9a2

View file

@ -7,7 +7,7 @@ CONFFILE=$(BASEDIR)/pelicanconf.py
PUBLISHCONF=$(BASEDIR)/publishconf.py PUBLISHCONF=$(BASEDIR)/publishconf.py
VENV := $(shell echo $${VIRTUAL_ENV-$(shell pwd)/.venv}) VENV := $(shell echo $${VIRTUAL_ENV-$(shell pwd)/.venv})
VIRTUALENV = virtualenv -p /usr/bin/python3.6 VIRTUALENV = virtualenv -p /usr/bin/python3.7
INSTALL_STAMP = $(VENV)/.install.stamp INSTALL_STAMP = $(VENV)/.install.stamp
PYTHON=$(VENV)/bin/python PYTHON=$(VENV)/bin/python