Workaround busted /usr/bin/pip3 32/85132/1
authorThanh Ha <zxiiro@gmail.com>
Tue, 15 Oct 2019 20:22:24 +0000 (16:22 -0400)
committerThanh Ha <zxiiro@gmail.com>
Tue, 15 Oct 2019 20:22:29 +0000 (16:22 -0400)
commitd92eecc5d1487fe08e7c72803e0cf68b82f4c6e4
treed9e7dce5456a4e4f49ea1485b4f4025c5ee388d9
parenta57ec46db9ccee91468eef1ed8cbae15bb971cec
Workaround busted /usr/bin/pip3

/usr/bin/pip3 appears to be busted in the VM returning the error
below. This patch bypasses the pip3 script and calls python3
directly to run the pip module.

+ pip3 install --upgrade pip
Traceback (most recent call last):
  File "/usr/bin/pip3", line 16, in <module>
    sys.exit(main())
TypeError: 'module' object is not callable

Change-Id: I2e284ccb4e77d9ef8134d44ea20f13fd9d02cda4
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
jjb/integration/integration-install-robotframework.sh