Skip to content

Instantly share code, notes, and snippets.

@kholidfu
Last active October 18, 2015 06:59
Show Gist options
  • Save kholidfu/6a641b0b34bf4742a315 to your computer and use it in GitHub Desktop.
Save kholidfu/6a641b0b34bf4742a315 to your computer and use it in GitHub Desktop.
How to Install GRPCIO di Ubuntu 15.04 Vivid
# install grpcio
# =====
sudo apt-get install python-dev protobuf-compiler python-pip unzip dh-autoreconf
sudo pip install virtualenv
git clone https://github.com/grpc/grpc
cd grpc && git submodule update --init
# cd third_party/protobuf && ./autogen.sh
cd ~/grpc && make
CONFIG=opt tools/run_tests/build_python.sh 2.7
# get process id for vagrant virtualbox
ps aux | grep -i virtualbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment