[odrs-web/oscp] Make a few make commands more robust on different systems
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [odrs-web/oscp] Make a few make commands more robust on different systems
- Date: Wed, 30 Sep 2020 08:45:33 +0000 (UTC)
commit 2ce02cb1111633d4f17f38a53833ade154106cec
Author: Michael Terry <mike mterry name>
Date: Sun Aug 23 22:08:57 2020 -0400
Make a few make commands more robust on different systems
app_data/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app_data/Makefile b/app_data/Makefile
index 39067b0..9360e33 100644
--- a/app_data/Makefile
+++ b/app_data/Makefile
@@ -7,7 +7,7 @@ PYTEST=$(VENV)/bin/pytest
FLASK=$(VENV)/bin/flask
setup: requirements.txt
- virtualenv ./env
+ virtualenv --python=python3 ./env
$(VENV)/bin/pip install -r requirements.txt
clean:
@@ -19,7 +19,7 @@ run:
ODRS_REVIEWS_SECRET=1 \
ODRS_CONFIG=example.cfg \
FLASK_APP=odrs/__init__.py \
- HOME=/home/hughsie/Code/odrs-web/app_data \
+ HOME=$(CURDIR) \
$(VENV)/bin/flask run
dbup:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]