aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/python/helloworld/run_server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/python/helloworld/run_server.sh')
-rwxr-xr-xexamples/python/helloworld/run_server.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/python/helloworld/run_server.sh b/examples/python/helloworld/run_server.sh
new file mode 100755
index 0000000000..13b009e6cc
--- /dev/null
+++ b/examples/python/helloworld/run_server.sh
@@ -0,0 +1,9 @@
+#!/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_server.py
+