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=388688887ea7d169d584bee713d677845140d4d6;hpb=802e1f9ef59d38f337ca291df6bf1fb140ef7404;p=icn.git diff --git a/deploy/metal3-vm/ubuntu_install_requirements.sh b/deploy/metal3-vm/ubuntu_install_requirements.sh index 3886888..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.5 -pyenv versions -pyenv global 2.7.5 # 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