From fccd258c21136aed557cd252708fdc539b1f3e5b Mon Sep 17 00:00:00 2001 From: Paul Friederichsen Date: Tue, 21 May 2024 21:46:30 -0500 Subject: [PATCH] Fix macOS setup_venv.command (#1554) --- setup_venv.command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_venv.command b/setup_venv.command index b5d34c42..caa43bb6 100755 --- a/setup_venv.command +++ b/setup_venv.command @@ -249,7 +249,7 @@ elif [ "$install_type" = "a" ]; then fi fi -python -m pip install -r static/requirements/advanced/requirements/requirements_macos.txt +python -m pip install -r static/requirements/advanced/requirements_macos.txt deactivate