summaryrefslogtreecommitdiffstats
path: root/pike/initialize.sh
diff options
context:
space:
mode:
authorHaibin Huang <haibin.huang@intel.com>2019-07-11 08:22:04 +0000
committerBin Yang <bin.yang@windriver.com>2019-08-15 05:26:26 +0000
commit6068af3fd3513fb330bdf98f53b63bea909281e1 (patch)
tree775cca85e8c7fc63e9d1edd2b31ccbde80432a6c /pike/initialize.sh
parent0f9836f80ea187a1cef23f570f8505c54b19fdcf (diff)
upgrading python2 to python3 for openstack plugin
Issue-ID: MULTICLOUD-702 Change-Id: I9ac26b51a4be7d70d368dd039bfe1b7857114793 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Diffstat (limited to 'pike/initialize.sh')
-rwxr-xr-xpike/initialize.sh2
1 files changed, 1 insertions, 1 deletions
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