commit | 276bc423e8da28e17abcc218d166dd26645499bd | [log] [tgz] |
---|---|---|
author | Matt Jeanneret <mj3580@att.com> | Thu Mar 07 12:34:57 2019 -0500 |
committer | Matt Jeanneret <mj3580@att.com> | Thu Mar 07 17:46:32 2019 +0000 |
tree | 8ec6f599e54500b9e1d52e6e1d851bdda29713dc | |
parent | 75e6bb2135921218f97e033c3a7894b41e459ac6 [diff] [blame] |
VOL-1460 Install protos and pyvoltha in venv properly Change-Id: I6012f6951d3a583c2c0854f371dc20dfd5ba7212
diff --git a/python/Makefile b/python/Makefile index 31846fc..27aec1d 100644 --- a/python/Makefile +++ b/python/Makefile
@@ -136,7 +136,7 @@ mkdir -p voltha-protos/dist cp ../../voltha-protos/dist/*.tar.gz voltha-protos/dist/ @ . ${VENVDIR}/bin/activate && \ - pip install pyvoltha/dist/*.tar.gz \ + pip install pyvoltha/dist/*.tar.gz && \ pip install voltha-protos/dist/*.tar.gz endif