-
-
Save ibrahimlawal/bfec7092cb64d46d8f9d1fd2c0c3d9c8 to your computer and use it in GitHub Desktop.
Centos warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vi /etc/environment | |
add these lines... | |
LANG=en_US.utf-8 | |
LC_ALL=en_US.utf-8 |
Hello All,
Am facing same error . But what is the significance of this error.Appreciate the help.
Install tzdata first
What's the alternative if we cannot write (no admin permissions) on /etc/environment
?
Thanks. small but helpful
ty
2021, and still working :)
Thank you!
Thank you
by Rabii
Cheers m8, works like a charm!
2022 and still works on Centos 7 :-) consider to restart terminal so that new locale set takes effect
Sometimes it can only be solved by installing glibc-langpack-en
package.
Thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello All,
Am facing same error . But what is the significance of this error.
Appreciate the help.