Install virtualenv and pip to (ubuntu) tools system image
[releng/builder.git] / packer / provision / mininet-ovs-2.3.sh
index 02bc33923eb8c692de50525c158945d8f3cdf697..f7b0bd773245ceb45dc368924998ade5a91705c1 100644 (file)
@@ -69,3 +69,6 @@ make install
 
 echo '---> Installing exabgp'
 apt-get install -y --force-yes -qq exabgp
+
+echo '---> All Python package installation should happen in virtualenv'
+apt-get install -y --force-yes -qq python-virtualenv python-pip