diff options
author | DR695H <dr695h@att.com> | 2017-08-03 12:22:23 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2017-08-03 12:22:31 -0400 |
commit | 3abcd691bc80496e278934e902713051dd2ac9a2 (patch) | |
tree | 3bf3566b36a92e275936bbb7943a098d78d7f263 | |
parent | 8d6913f1a512f6185b7dd00ca688f71cafebefff (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>
-rw-r--r-- | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |