aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/python/helloworld/run_client.sh
blob: 095e6bc2f0e46a9694adbf7ed9de6fde2c4e877f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# This is where you have cloned out the https://github.com/grpc/grpc repository
# And built gRPC Python.
# ADJUST THIS PATH TO WHERE YOUR ACTUAL LOCATION IS
GRPC_ROOT=~/github/grpc

$GRPC_ROOT/python2.7_virtual_environment/bin/python greeter_client.py