Skip to content
Snippets Groups Projects
Commit c48afec9 authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Install PyPI's protobuf into the Python virtual environment.

There may be a way to use third_party's protobuf (and this
may eventually be necessary) but I haven't yet figured out
how to do it correctly. It can happen later.
parent bff9f495
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,5 @@ cd $(dirname $0)/../.. ...@@ -7,6 +7,5 @@ cd $(dirname $0)/../..
root=`pwd` root=`pwd`
virtualenv python2.7_virtual_environment virtualenv python2.7_virtual_environment
python2.7_virtual_environment/bin/pip install enum34==1.0.4 futures==2.2.0 python2.7_virtual_environment/bin/pip install enum34==1.0.4 futures==2.2.0 protobuf==2.6.1
python2.7_virtual_environment/bin/pip install third_party/protobuf/python
python2.7_virtual_environment/bin/pip install src/python python2.7_virtual_environment/bin/pip install src/python
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment