root | 5a68deb | 2016-12-13 17:00:02 +0100 | [diff] [blame^] | 1 | #!/bin/sh -e |
2 | |||||
3 | # before removing python-api files | ||||
4 | python2_sitedir=$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") | ||||
5 | easy_install --install-dir=$python2_sitedir -mxNq vpp_papi | ||||
6 | |||||
7 | # the egg has been copied during install | ||||
8 | rm $python2_sitedir/vpp_papi-*.egg |