diff --git a/scripts/install b/scripts/install index e90d8c6..a7de95b 100755 --- a/scripts/install +++ b/scripts/install @@ -113,6 +113,7 @@ pushd $final_path python3 -m venv venv venv/bin/pip install --upgrade pip venv/bin/pip install -r requirements.txt # should only be flask for now, but just in case +popd #================================================= # CREATE DEDICATED USER