summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorflawedworld <flawedworld@flawed.world>2023-07-06 23:05:25 +0100
committerDaniel Micay <danielmicay@gmail.com>2023-07-06 18:15:59 -0400
commitd86767fc118607a43edd3ce4057cc089b27a536f (patch)
tree7edfce9d033a4aa92945659725bbd22360befa30 /setup
parent3da099a97bc7defefae2612dd81e1d6430b40a3d (diff)
Specify python3 in setup script
Diffstat (limited to 'setup')
-rwxr-xr-xsetup2
1 files changed, 1 insertions, 1 deletions
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