From 3abcd691bc80496e278934e902713051dd2ac9a2 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 3 Aug 2017 12:22:23 -0400 Subject: fixing setup.sh due to new heatbridge [TEST-48] setup.sh has to use new directory to install python Change-Id: I78b3ea99e905175ba4185568d01f9cb5430b4175 Signed-off-by: DR695H --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index bbb534fd..a12bb634 100644 --- a/setup.sh +++ b/setup.sh @@ -50,7 +50,7 @@ else cd heatbridge fi fi -pip install --no-cache-dir --upgrade --target="$path/robot/library" . +pip install --no-cache-dir --upgrade --target="$path/robot/library" ./heatbridge # NOTE: Patch to incude explicit install of paramiko to 2.0.2 to work with sshlibrary 2.1.2 -- cgit 1.2.3-korg