From: garciadeblas Date: Wed, 5 Dec 2018 11:08:25 +0000 (+0100) Subject: full_install_osm.sh: added LC_ALL locale to pip install X-Git-Tag: v5.0.2^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=7748828000f3dcc968b2c97c5211c1372d9c82b3;p=osm%2Fdevops.git full_install_osm.sh: added LC_ALL locale to pip install Change-Id: I05ac8953c8b1250dd6017a2205e31afd38d49438 Signed-off-by: garciadeblas --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 9ff7a0af..d2d0efaf 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -542,8 +542,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 pip install pip==9.0.3 - sudo -H pip install python-magic + sudo -H LC_ALL=C pip install pip==9.0.3 + sudo -H LC_ALL=C 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