From d86767fc118607a43edd3ce4057cc089b27a536f Mon Sep 17 00:00:00 2001 From: flawedworld Date: Thu, 6 Jul 2023 23:05:25 +0100 Subject: [PATCH] Specify python3 in setup script --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 4318b6c5..307497e8 100755 --- a/setup +++ b/setup @@ -2,6 +2,6 @@ npm ci --ignore-scripts -python -m venv --clear venv +python3 -m venv --clear venv source venv/bin/activate pip install --require-hashes --only-binary :all: -r requirements.txt