aboutsummaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2017-08-03 12:22:23 -0400
committerDR695H <dr695h@att.com>2017-08-03 12:22:31 -0400
commit3abcd691bc80496e278934e902713051dd2ac9a2 (patch)
tree3bf3566b36a92e275936bbb7943a098d78d7f263 /setup.sh
parent8d6913f1a512f6185b7dd00ca688f71cafebefff (diff)
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 <dr695h@att.com>
Diffstat (limited to 'setup.sh')
-rw-r--r--setup.sh2
1 files changed, 1 insertions, 1 deletions
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