fix venv and setup-python

This commit is contained in:
kxtzownsu 2025-03-09 16:28:04 -04:00
parent d8f44423b5
commit e98d6a6eb6
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,6 @@ setup-python:
build-packed-data: build-packed-data:
mkdir -p out/PKIMetadata mkdir -p out/PKIMetadata
make venv make venv
make setup-python
ca-keys: ca-keys:
cd httpmitm; bash generate_certs.sh cd httpmitm; bash generate_certs.sh

View File

@ -5,4 +5,5 @@ if [ ! -e "${SCRIPT_DIR}/../.venv" ]; then
fi fi
source ${SCRIPT_DIR}/../.venv/bin/activate source ${SCRIPT_DIR}/../.venv/bin/activate
pip3 install protobuf pip3 install protobuf
make setup-python
bash bash