From 04e2827ca307be1735df18dbf884e77ec4ef9d09 Mon Sep 17 00:00:00 2001 From: "Juan M. Ley" Date: Fri, 13 Feb 2026 17:05:23 -0600 Subject: [PATCH] Fixed run shellscript --- run.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index adf9df2..eb5cf8b 100755 --- a/run.sh +++ b/run.sh @@ -1,4 +1,10 @@ #!/bin/bash -source /home/rodo/Documents/examen-mss/netflix/bin/activate + +python3 -m venv $(pwd)netflix + + +source $(pwd)/netflix/bin/activate +pip install pydantic fastapi uvicorn pydantic-settings sqlalchemy + cd /home/rodo/Documents/examen-mss/src/ python3 main.py