When executing commands on Linux, errors appear: failed to set locale, defaulting to C
error reporting reason
The correct locale is not set
solution
echo "export LC_ALL=en_US.UTF-8" >> /etc/profile source /etc/profile
When executing commands on Linux, errors appear: failed to set locale, defaulting to C
error reporting reason
The correct locale is not set
solution
echo "export LC_ALL=en_US.UTF-8" >> /etc/profile source /etc/profile