diff --git a/python-examples/run-setup.sh b/python-examples/run-setup.sh index 20c5c0d..ac25348 100755 --- a/python-examples/run-setup.sh +++ b/python-examples/run-setup.sh @@ -22,7 +22,7 @@ echo "Generating gRPC Python service stubs..." # Set up Python environment in python-examples directory. echo "Building Python virtual environment in the python-examples directory..." rm -rf myvenv -python -m venv myvenv +python3 -m venv myvenv source ./myvenv/bin/activate # Install Python example dependencies.