diff options
author | Tim Emiola <tbetbetbe@users.noreply.github.com> | 2015-08-27 15:26:45 -0700 |
---|---|---|
committer | Tim Emiola <tbetbetbe@users.noreply.github.com> | 2015-08-27 15:26:45 -0700 |
commit | 1029e7049cea55a8880b8fe9167bd3f0e483b037 (patch) | |
tree | 4c4e0d614b98be379581f121ab664b4c5196c7d1 /examples/python/route_guide/run_client.sh | |
parent | 60ff5c3c872b9630e256772c0440a169c7cfae10 (diff) | |
parent | 43f1bf84aae3c753f1b797227e13075891431a56 (diff) |
Merge pull request #3109 from stanley-cheung/move_grpc_common_examples_here
Move grpc common examples here
Diffstat (limited to 'examples/python/route_guide/run_client.sh')
-rwxr-xr-x | examples/python/route_guide/run_client.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/python/route_guide/run_client.sh b/examples/python/route_guide/run_client.sh new file mode 100755 index 0000000000..d2552c2858 --- /dev/null +++ b/examples/python/route_guide/run_client.sh @@ -0,0 +1,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 -B route_guide_client.py |