Last active
November 30, 2020 02:36
-
-
Save felipekm/c8ba49fba058f332ce8e9018784603c4 to your computer and use it in GitHub Desktop.
Linux warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory manpath: can't set the locale; make sure $LC_* and $LANG are correct
This file contains hidden or 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Works. Thanks!