fix venv and setup-python
This commit is contained in:
parent
d8f44423b5
commit
e98d6a6eb6
1
Makefile
1
Makefile
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user