Last active
November 27, 2018 04:02
-
-
Save sibosend/38db4bdedad126b4c414eb864a5c6cc8 to your computer and use it in GitHub Desktop.
manpath: can’t set the locale; make sure $LC_* and $LANG are correct
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
# vim /etc/environment | |
# Add the following | |
# | |
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