From b38e259457fe68003f4d8e8eaffb17ee985eb013 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 21 Jan 2023 09:34:39 -0800 Subject: Missing python3 changes --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cae60cc..f6e7098 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -PYTHON=`which python` -NAME=`python setup.py --name` +PYTHON=`which python3` +NAME=`python3 setup.py --name` all: check test source init: - pip install -r requirements.txt --use-mirrors + pip3 install -r requirements.txt dist: source deb -- cgit v1.2.3