Use `python -m pip` to ensure updated pip is used 91/12591/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 14 Sep 2018 00:04:51 +0000 (20:04 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 14 Sep 2018 00:08:21 +0000 (20:08 -0400)
commit0ea259773ff37f8a8fdade2424548a31c0bd6590
tree0168999357c117e06ee62c50a86967829b02f5b4
parentb65f75f9185892ce5980ac40a8e4f0e4a332412c
Use `python -m pip` to ensure updated pip is used

/usr/bin/pip is usually an OS level wrapper for pip. Calling
`python -m pip` ensures that we are getting the pip we are
installing rather than the OS local version.

Change-Id: I054d1cc0455c700e00450295cf76d925cff99f73
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
releasenotes/notes/pip-update-7b5d4d3c59c1b2e5.yaml [new file with mode: 0644]
shell/python-tools-install.sh