From 6068af3fd3513fb330bdf98f53b63bea909281e1 Mon Sep 17 00:00:00 2001 From: Haibin Huang Date: Thu, 11 Jul 2019 08:22:04 +0000 Subject: upgrading python2 to python3 for openstack plugin Issue-ID: MULTICLOUD-702 Change-Id: I9ac26b51a4be7d70d368dd039bfe1b7857114793 Signed-off-by: Haibin Huang --- pike/initialize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pike/initialize.sh') diff --git a/pike/initialize.sh b/pike/initialize.sh index 1d64bfca..6ce7d40e 100755 --- a/pike/initialize.sh +++ b/pike/initialize.sh @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -pip install -r requirements.txt +pip3 install -r requirements.txt -- cgit 1.2.3-korg