From 5d07b89e7734aa05bc2e7289c29ced04bf36564b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 6 Jul 2023 22:12:26 -0400 Subject: [PATCH] specify python3 in setup script --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 3aa62e5..7fd11ea 100755 --- a/setup +++ b/setup @@ -1,5 +1,5 @@ #!/bin/bash -python -m venv --clear venv +python3 -m venv --clear venv source venv/bin/activate pip install --require-hashes --only-binary :all: -r requirements.txt