-
-
Save thanksdanny/332ca54e46bf96a569ce5d292be52200 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 |
Worked for me as well.. Thanks..
Worked for me, thanks.
Working fine, thanks
Perfect, thanks!
Fine... Tks.. 👍
works for me too! thanks!
thank you
thanks
Thank you.
It appears in the RedHat server, so I do not found /etc/environment
.
Also, I do not have the permission to edit the file in /etc/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it works. thank you.