X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fmetal3-vm%2Fubuntu_install_requirements.sh;h=5559c63159c0c1e4f7333910504038236c6b4303;hb=d97c70768d15571872233922caf17c4a4c34065b;hp=fc1974dec207a4614695d85474966090366877b5;hpb=e9e8a6db395e215239633a850763508c181c3352;p=icn.git diff --git a/deploy/metal3-vm/ubuntu_install_requirements.sh b/deploy/metal3-vm/ubuntu_install_requirements.sh index fc1974d..5559c63 100755 --- a/deploy/metal3-vm/ubuntu_install_requirements.sh +++ b/deploy/metal3-vm/ubuntu_install_requirements.sh @@ -42,10 +42,11 @@ sudo apt -y install \ nmap \ patch \ psmisc \ - python-pip \ + python3-pip \ wget - +sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1 +sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 # Install pyenv @@ -70,9 +71,6 @@ if [[ $PATH != *pyenv* ]]; then fi fi -pyenv install -s 2.7.18 -pyenv versions -pyenv global 2.7.18 # There are some packages which are newer in the tripleo repos # Setup yarn and nodejs repositories @@ -98,10 +96,7 @@ sudo apt -y install \ nodejs \ qemu-kvm \ libvirt-bin libvirt-clients libvirt-dev \ - python-ironicclient \ - python-ironic-inspector-client \ golang-go \ - python-lxml \ unzip \ yarn \ genisoimage