Makefile!
This commit is contained in:
parent
2f76476057
commit
ce411aec56
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ KERS_SUPERUSER_PASSWORD ?= admin
|
||||||
# Discover virtualenv location
|
# Discover virtualenv location
|
||||||
PYTHON ?= $(shell find -mindepth 3 -maxdepth 3 -path "*/bin/python")
|
PYTHON ?= $(shell find -mindepth 3 -maxdepth 3 -path "*/bin/python")
|
||||||
ifeq ($(PYTHON),)
|
ifeq ($(PYTHON),)
|
||||||
$(error No virtualenv found)
|
$(error No virtualenv found)
|
||||||
endif
|
endif
|
||||||
VENVBIN := $(dir $(PYTHON))
|
VENVBIN := $(dir $(PYTHON))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue