From fdc8c1d9a2ea7faefb90e80c17e34a3069866fce Mon Sep 17 00:00:00 2001 From: Alexis M Date: Wed, 26 Jun 2019 23:34:53 +0200 Subject: [PATCH] update the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4c6ee9..a840384 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CONFFILE=$(BASEDIR)/pelicanconf.py PUBLISHCONF=$(BASEDIR)/publishconf.py 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 PYTHON=$(VENV)/bin/python