X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-hw-tb2.sh;h=bb5afcaac343c6e78098269a0a7b4b370c5d7f44;hp=c86a8d3a20af0d5462e6cfa497c1ebbb43693925;hb=799c246c1783b534df0ce7731c9078463be33bdd;hpb=d86efcabfab8b561e43a6e04b28dcf5664c059a2 diff --git a/bootstrap-hw-tb2.sh b/bootstrap-hw-tb2.sh index c86a8d3a20..bb5afcaac3 100755 --- a/bootstrap-hw-tb2.sh +++ b/bootstrap-hw-tb2.sh @@ -1,5 +1,10 @@ #!/bin/bash +set -x + +sudo apt-get -y update +sudo apt-get -y install libpython2.7-dev python-virtualenv + virtualenv env . env/bin/activate