From 20bd4d42de62901efac61a43982d0a7fa4ba2749 Mon Sep 17 00:00:00 2001 From: Jon Burchel Date: Sat, 27 Jul 2024 21:24:45 -0400 Subject: [PATCH] Try again --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 76ed6eb93a..c4cf2fb5c9 100644 --- a/deploy.sh +++ b/deploy.sh @@ -4,10 +4,10 @@ cd backend # Adjust this if your requirements.txt is in the root # Ensure pip is up to date -python -m ensurepip --upgrade +python3 -m ensurepip --upgrade # Create and activate a virtual environment -python -m venv venv +python3 -m venv venv source venv/bin/activate # Install dependencies