X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbenchvm%2Fdib%2Felements%2Fnfvbenchvm%2Fpost-install.d%2F50-pip-package;h=9707841272988e66368c679f9533ff415d856189;hb=83c4a7885d7c32901ff7335bdbef9d8d9f4417d7;hp=2d74ff5efe7e48ed06c5c5e0778b1dc66ec006c6;hpb=ffa058dfad5d98c6af50126748cd5798ed7b3d94;p=nfvbench.git diff --git a/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/50-pip-package b/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/50-pip-package index 2d74ff5..9707841 100755 --- a/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/50-pip-package +++ b/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/50-pip-package @@ -2,7 +2,7 @@ cd /tmp wget https://bootstrap.pypa.io/get-pip.py -python get-pip.py +python3 get-pip.py -pip install setuptools wheel -pip install pyyaml +pip3 install setuptools wheel pbr +pip3 install pyyaml