Check CLI import after installation

This commit is contained in:
thePR0M3TH3AN
2025-08-18 17:02:23 -04:00
parent 8f74ac27f4
commit 5194adf145

View File

@@ -188,6 +188,11 @@ main() {
else
pip install -e .
fi
if ! "$VENV_DIR/bin/python" -c "import seedpass.cli; print('ok')"; then
print_error "SeedPass CLI import check failed."
fi
deactivate
# 7. Create launcher script