From: Matan Breizman Date: Thu, 27 Jan 2022 11:32:28 +0000 (+0000) Subject: install-deps.sh: set a UTF-8 locale when running pip X-Git-Tag: v18.0.0~1470^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5e5c47090a191edf8efd39010e34add2ad262be1;p=ceph.git install-deps.sh: set a UTF-8 locale when running pip Signed-off-by: Matan Breizman --- diff --git a/install-deps.sh b/install-deps.sh index 6f4cd178fb98..f0185405a66f 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -19,7 +19,7 @@ mkdir -p $DIR if test $(id -u) != 0 ; then SUDO=sudo fi -export LC_ALL=C # the following is vulnerable to i18n +export LC_ALL=en_US.UTF-8 # the following is vulnerable to i18n ARCH=$(uname -m)