full_install_osm.sh: added LC_ALL locale to pip install 41/7041/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 5 Dec 2018 11:08:25 +0000 (12:08 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 5 Dec 2018 11:08:33 +0000 (12:08 +0100)
Change-Id: I05ac8953c8b1250dd6017a2205e31afd38d49438
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/full_install_osm.sh

index 9ff7a0a..d2d0efa 100755 (executable)
@@ -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