mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
update the makefile
This commit is contained in:
parent
acb00dec10
commit
fdc8c1d9a2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue