diff options
author | Todd Malsbary <todd.malsbary@intel.com> | 2021-07-08 14:04:20 -0700 |
---|---|---|
committer | Todd Malsbary <todd.malsbary@intel.com> | 2021-07-16 11:19:26 -0700 |
commit | 7e85528a2c9c6669aa0857d8b9bfaa1e698c2fbc (patch) | |
tree | 242cbe6b05bf8de67a07449cc0382c1f1d8f1241 /kud/hosting_providers/baremetal | |
parent | 78ea22d85af1c2d20dc94453948deedf640385a9 (diff) |
Update KUD to python3
Issue-ID: MULTICLOUD-1375
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I0433a55ef2ac9caba976a267fa9e1f41d5353248
Diffstat (limited to 'kud/hosting_providers/baremetal')
-rw-r--r-- | kud/hosting_providers/baremetal/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kud/hosting_providers/baremetal/README.md b/kud/hosting_providers/baremetal/README.md index aabdf2b8..38f6e273 100644 --- a/kud/hosting_providers/baremetal/README.md +++ b/kud/hosting_providers/baremetal/README.md @@ -41,7 +41,9 @@ Prepare the environment and clone the repo `$ sudo apt-get upgrade -y` -`$ sudo apt-get install -y python-pip` +`$ sudo apt-get install -y python3-pip` + +`$ sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1` `$ git clone https://git.onap.org/multicloud/k8s/` |