Skip to content

Commit

Permalink
fix: update pip after venv creation to be able to do it without admin…
Browse files Browse the repository at this point in the history
… right
  • Loading branch information
ngruelaneo committed May 1, 2024
1 parent 0ee0852 commit 4615295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/python/proto2python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ mkdir -p $ARMONIK_WORKER $ARMONIK_CLIENT $ARMONIK_COMMON $PACKAGE_PATH
# for debian/ubuntu if you don't have python 3 installed:
# sudo apt install python3-venv python3 python-is-python3 python3-pip

python -m pip install --upgrade pip
python -m venv $PYTHON_VENV
source $PYTHON_VENV/bin/activate
python -m pip install --upgrade pip
python -m pip install build grpcio grpcio-tools setuptools_scm[toml]

unset proto_files
Expand Down

0 comments on commit 4615295

Please sign in to comment.