X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-hw-tb2.sh;fp=bootstrap-hw-tb2.sh;h=bb5afcaac343c6e78098269a0a7b4b370c5d7f44;hp=c86a8d3a20af0d5462e6cfa497c1ebbb43693925;hb=cdf3213528f5f560d8d8b92c642f655cef706745;hpb=3ea531a687827454360659f91aaa026001e75d4e 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