mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 11:32:39 +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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue