From 7748828000f3dcc968b2c97c5211c1372d9c82b3 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 5 Dec 2018 12:08:25 +0100 Subject: [PATCH] full_install_osm.sh: added LC_ALL locale to pip install Change-Id: I05ac8953c8b1250dd6017a2205e31afd38d49438 Signed-off-by: garciadeblas --- installers/full_install_osm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1