diff --git a/src/scripts/install_macos.sh b/src/scripts/install_macos.sh index 74b8c27..bd0ee1d 100644 --- a/src/scripts/install_macos.sh +++ b/src/scripts/install_macos.sh @@ -51,7 +51,7 @@ info "Python installation script completed successfully." info "Building Porn Fetch!" # Common commands -cd ${TARGET_DIR} +cd "${TARGET_DIR}" python3 -m venv /tmp/.venv # This is needed, because Qt has some issues if the virtual environment is in the same directory, as there the script gets executed in source /tmp/.venv/bin/activate pip install -r requirements.txt