X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=be160d65cdbc687a25d4ba4599c35957fc0b91d8;hb=d3dd343665385d6f6ce7d0b37950857b87b5bc09;hp=167ca87bd07b2c1832563b3e603e4b4d578d6c83;hpb=b6e0266a557b25d6b791661919f537e5bb32c2a5;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 167ca87b..be160d65 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -544,8 +544,8 @@ function install_osmclient(){ sudo add-apt-repository -y "deb [arch=amd64] $CLIENT_REPOSITORY_BASE/$CLIENT_RELEASE $CLIENT_REPOSITORY osmclient" sudo apt-get update sudo apt-get install -y python-pip - sudo -H LC_ALL=C pip install pip==9.0.3 - sudo -H LC_ALL=C pip install python-magic + sudo -H LC_ALL=C pip install -U pip + sudo -H LC_ALL=C python -m pip install python-magic sudo apt-get install -y python-osmclient #sed 's,OSM_SOL005=[^$]*,OSM_SOL005=True,' -i ${HOME}/.bashrc #echo 'export OSM_HOSTNAME=localhost' >> ${HOME}/.bashrc